You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by do...@apache.org on 2007/09/07 09:12:04 UTC

svn commit: r573487 - /spamassassin/rules/trunk/sandbox/dos/70_other.cf

Author: dos
Date: Fri Sep  7 00:12:03 2007
New Revision: 573487

URL: http://svn.apache.org/viewvc?rev=573487&view=rev
Log:
sandbox: more specific OE image spam metas to avoid Theo's FPs

Modified:
    spamassassin/rules/trunk/sandbox/dos/70_other.cf

Modified: spamassassin/rules/trunk/sandbox/dos/70_other.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/trunk/sandbox/dos/70_other.cf?rev=573487&r1=573486&r2=573487&view=diff
==============================================================================
--- spamassassin/rules/trunk/sandbox/dos/70_other.cf (original)
+++ spamassassin/rules/trunk/sandbox/dos/70_other.cf Fri Sep  7 00:12:03 2007
@@ -202,5 +202,14 @@
 # 20070905 - GIF spam
 meta DOS_OUTLOOK_TO_MX		__ANY_OUTLOOK_MUA && __DOS_SINGLE_EXT_RELAY
 describe DOS_OUTLOOK_TO_MX	Delivered direct to MX with Outlook headers
-score DOS_OUTLOOK_TO_MX		2.0
+
+# 20070907 - GIF spam
+meta DOS_OE_TO_MX		__OE_MUA && __DOS_SINGLE_EXT_RELAY
+describe DOS_OE_TO_MX		Delivered direct to MX with OE headers
+
+meta DOS_OE_TO_MX_IMAGE		__OE_MUA && _DOS_SINGLE_EXT_RELAY && __ANY_IMAGE_ATTACH
+describe DOS_OE_TO_MX_IMAGE	Direct to MX with OE headers and an image
+
+meta DOS_OUTLOOK_TO_MX_IMAGE		__ANY_OUTLOOK_MUA && __DOS_SINGLE_EXT_RELAY && __ANY_IMAGE_ATTACH
+describe DOS_OUTLOOK_TO_MX_IMAGE	Direct to MX with Outlook headers and an image