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 2007/07/26 13:39:08 UTC

svn commit: r559786 - /spamassassin/rules/trunk/sandbox/jm/20_basic.cf

Author: jm
Date: Thu Jul 26 04:39:07 2007
New Revision: 559786

URL: http://svn.apache.org/viewvc?view=rev&rev=559786
Log:
remove a couple of non-useful rules

Modified:
    spamassassin/rules/trunk/sandbox/jm/20_basic.cf

Modified: spamassassin/rules/trunk/sandbox/jm/20_basic.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/trunk/sandbox/jm/20_basic.cf?view=diff&rev=559786&r1=559785&r2=559786
==============================================================================
--- spamassassin/rules/trunk/sandbox/jm/20_basic.cf (original)
+++ spamassassin/rules/trunk/sandbox/jm/20_basic.cf Thu Jul 26 04:39:07 2007
@@ -271,14 +271,9 @@
 full    AB_TEST_PDF4    /JVBERi0xLjMKJeLjz9MKMiAwIG9iago8PAovQ3JlYXR/
 
 # good Message-ID pattern for recent stock spam
-header STOX_MID_1090909 Message-ID =~ /^<[A-F0-9]{8}\.[1-9]0[0-9]0[0-9]0[0-9]\@[a-z]/
-header STOX_BOUND_090909 Content-Type =~ /boundary=\"------------0[0-9]0[0-9]0[0-9]0[0-9]0[0-9]0[0-9]0[0-9]0[0-9]0[0-9]0[0-9]0[0-9]0[0-9]\"/
 header STOX_BOUND_090909_B Content-Type:raw =~ /;\n boundary=\"------------0[0-9]0[0-9]0[0-9]0[0-9]0[0-9]0[0-9]0[0-9]0[0-9]0[0-9]0[0-9]0[0-9]0[0-9]\"$/s
 header STOX_UA  User-Agent =~ /^Thunderbird 1.5.0.12 \(Windows\/20070509\)/
 
-meta STOX_META_1 (STOX_MID_1090909 && STOX_UA)
-meta STOX_META_2 (STOX_MID_1090909 && STOX_BOUND_090909 && STOX_UA)
-meta STOX_META_3 (STOX_MID_1090909 && STOX_BOUND_090909_B && STOX_UA)
 meta STOX_META_4 (STOX_BOUND_090909_B && STOX_UA)
 meta STOX_META_5 (STOX_BOUND_090909_B && EMPTY_MESSAGE)