https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5962
Justin Mason <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #6 from Justin Mason <[email protected]> 2008-12-29 04:45:57 PST --- ok, fixed in trunk: : 197...; svn commit -m "bug 5496, bug 5962: fix FORGED_MUA_OUTLOOK false positives, using rule suggestion derived from Roger So and Yusuf Goolamabbas. also add test cases" Sending rules/20_ratware.cf Adding t.rules/FORGED_MUA_OUTLOOK/fp-5946-1 Adding t.rules/FORGED_MUA_OUTLOOK/fp-5962-1 Transmitting file data ... Committed revision 729888 ( https://svn.apache.org/viewcvs.cgi?view=rev&rev=729888 ). I've simply made the pattern more generic: -header __HOTMAIL_BAYDAV_MSGID MESSAGEID =~ /^<bay\d+-dav\d+[a-z0-9]{2...@phx\.gbl>$/m +header __HOTMAIL_BAYDAV_MSGID MESSAGEID =~ /^<[A-Z]{3}\d+-(?:DAV|SMTP)\d+[a-z0-9]{2...@phx\.gbl>$/m in other words, accept any 3-letter prefix and allow SMTP as well as DAV in the middle. we have too many fps on these rules to be more specific than that, IMO. next step is to backport to 3.2.x and issue updates. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
