/[Apache-SVN]/spamassassin/branches/3.0/rules/20_ratware.cf
ViewVC logotype

Diff of /spamassassin/branches/3.0/rules/20_ratware.cf

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- spamassassin/branches/3.0/rules/20_ratware.cf	2005/11/13 11:52:01	332967
+++ spamassassin/branches/3.0/rules/20_ratware.cf	2005/11/13 12:01:13	332968
@@ -72,7 +72,8 @@ header __OUTLOOK_DOLLARS_MSGID	MESSAGEID
 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)\./

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26