You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2008/05/18 15:44:57 UTC

svn commit: r657561 - /spamassassin/rules/trunk/sandbox/jm/20_bug5496.cf

Author: jm
Date: Sun May 18 06:44:57 2008
New Revision: 657561

URL: http://svn.apache.org/viewvc?rev=657561&view=rev
Log:
add test rule to avoid FORGED_MUA_OUTLOOK FPs in bug 5496

Added:
    spamassassin/rules/trunk/sandbox/jm/20_bug5496.cf

Added: spamassassin/rules/trunk/sandbox/jm/20_bug5496.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/trunk/sandbox/jm/20_bug5496.cf?rev=657561&view=auto
==============================================================================
--- spamassassin/rules/trunk/sandbox/jm/20_bug5496.cf (added)
+++ spamassassin/rules/trunk/sandbox/jm/20_bug5496.cf Sun May 18 06:44:57 2008
@@ -0,0 +1,5 @@
+
+header __FMO_EXCL_O3416   X-Mailer =~ /^Microsoft Outlook, Build 10.0.3416$/
+header __FMO_EXCL_OE3790  X-Mailer =~ /^Microsoft Outlook Express 6.00.3790.3959$/
+meta FORGED_MUA_OUTLOOK_BUG5496     (FORGED_MUA_OUTLOOK && !__FMO_EXCL_O3416 && !__FMO_EXCL_OE3790)
+