You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by fa...@apache.org on 2008/01/30 13:11:12 UTC

svn commit: r616734 - /spamassassin/trunk/rules/20_ratware.cf

Author: fanf
Date: Wed Jan 30 04:11:09 2008
New Revision: 616734

URL: http://svn.apache.org/viewvc?rev=616734&view=rev
Log:
Fix some false positives from Outlook IMO reported by my users, e.g.
Message-ID: <NC...@redacted>
I guess the last letter increments annually, so leave room for these
people to continue running ancient software for the forseeable
future.

Modified:
    spamassassin/trunk/rules/20_ratware.cf

Modified: spamassassin/trunk/rules/20_ratware.cf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rules/20_ratware.cf?rev=616734&r1=616733&r2=616734&view=diff
==============================================================================
--- spamassassin/trunk/rules/20_ratware.cf (original)
+++ spamassassin/trunk/rules/20_ratware.cf Wed Jan 30 04:11:09 2008
@@ -76,7 +76,7 @@
 
 # Outlook IMO (Internet Mail Only)
 header __OIMO_MUA		X-Mailer =~ /Outlook IMO/
-header __OIMO_MSGID		MESSAGEID =~ /^<[A-P]{26}A[ABC]\.[-\w.]+\@\S+>$/m
+header __OIMO_MSGID		MESSAGEID =~ /^<[A-P]{28}\.[-\w.]+\@\S+>$/m
 meta FORGED_MUA_OIMO		(__OIMO_MUA && !__OIMO_MSGID && !__OE_MSGID_2 && !__UNUSABLE_MSGID)
 describe FORGED_MUA_OIMO	Forged mail pretending to be from MS Outlook IMO