https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6061
--- Comment #10 from Sidney Markowitz <[email protected]> 2009-02-07 18:35:51 PST --- (in reply to comment#9) > if URL is example.comm and ".comm" IS NOT in known tld list return 0 The current parser has the tld list built in to its regexp so example.comm would never get parsed as a URL. At least that's how I remember doing it, rather than parsing lots if strings that might be URLs and then filtering them later. The code in 3.2 might be doing it that way. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
