https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6061
--- Comment #11 from Kevin Golding <[email protected]> 2009-02-08 02:46:06 PST --- It's not about parsing these things as standard URIs, it's about catching the broken URIs. Currently we see http://example.comm and run it through the known TLD list because it looks like a link. At the moment we would detect that isn't a valid URL and simply discard it - the suggestion is that instead of ignoring this result we add a return code which we can then use to score these broken URIs. We're basically doing the test already, the suggestion is just a way to flag these broken URIs instead of ignoring them. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
