https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6082
--- Comment #2 from Joseph Brennan <[email protected]> 2009-03-09 10:48:16 PST --- It uses From:name because if the "<" is missing, the address will be parsed as part of the name. Isn't it looking for this type of mangled faked sender?-- From: Great Deals [email protected]> If so, probably what we want to do is find a string not starting "<" but ending ">", something like /\b[^<][^\s]+>\b/, except that I'm not sure how to reference the complete unencoded From. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
