Mailing List Archive

svn commit: r332968 - /spamassassin/branches/3.0/rules/20_ratware.cf
Author: sidney
Date: Sun Nov 13 04:01:13 2005
New Revision: 332968

URL: http://svn.apache.org/viewcvs?rev=332968&view=rev
Log:
bug 4065 Recognize new outlook express msgid format

Modified:
spamassassin/branches/3.0/rules/20_ratware.cf

Modified: spamassassin/branches/3.0/rules/20_ratware.cf
URL: http://svn.apache.org/viewcvs/spamassassin/branches/3.0/rules/20_ratware.cf?rev=332968&r1=332967&r2=332968&view=diff
==============================================================================
--- spamassassin/branches/3.0/rules/20_ratware.cf (original)
+++ spamassassin/branches/3.0/rules/20_ratware.cf Sun Nov 13 04:01:13 2005
@@ -72,7 +72,8 @@
header __OE_MUA X-Mailer =~ /\bOutlook Express [456]\./
header __OE_MSGID_1 MESSAGEID =~ /^<[A-Za-z0-9-]{7}[A-Za-z0-9]{20}\@hotmail\.com>$/m
header __OE_MSGID_2 MESSAGEID =~ /^<(?:[0-9a-f]{8}|[0-9a-f]{12})\$[0-9a-f]{8}\$[0-9a-f]{8}\@\S+>$/m
-meta __FORGED_OE (__OE_MUA && !__OE_MSGID_1 && !__OE_MSGID_2 && !__UNUSABLE_MSGID)
+header __OE_MSGID_3 MESSAGEID =~ /^<BAY\d+-DAV\d+[A-Z0-9]{25}\@phx\.gbl>$/m
+meta __FORGED_OE (__OE_MUA && !__OE_MSGID_1 && !__OE_MSGID_2 && !__OE_MSGID_3 && !__UNUSABLE_MSGID)

# Outlook versions that usually use "dollar signs"
header __OUTLOOK_DOLLARS_MUA X-Mailer =~ /^Microsoft Outlook(?: 8| CWS, Build 9|, Build 10)\./