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/01/19 16:50:12 UTC

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

Author: jm
Date: Fri Jan 19 07:50:11 2007
New Revision: 497848

URL: http://svn.apache.org/viewvc?view=rev&rev=497848
Log:
move a couple of 1.0-S/O rules into the good section

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=497848&r1=497847&r2=497848
==============================================================================
--- spamassassin/rules/trunk/sandbox/jm/20_basic.cf (original)
+++ spamassassin/rules/trunk/sandbox/jm/20_basic.cf Fri Jan 19 07:50:11 2007
@@ -175,6 +175,13 @@
 
 header MIME_BOUND_EQ_REL    Content-Type =~ /boundary="=====================_\d+==\.REL"/s
 
+body __DBLCLAIM     /avoid double claiming/
+body __CASHPRZ      /cash prize of/
+meta LOTTERY_1      (__DBLCLAIM && __CASHPRZ)
+
+# blast from the past! seen in the recent "PUBLICIDAD POR EMAIL" spam
+header X_LIBRARY    X-Library =~ /^Indy/
+
 # ---------------------------------------------------------------------------
 # Testing bit
 
@@ -222,7 +229,7 @@
 header HELO_ADMIN  X-Spam-Relays-Untrusted =~ /^[^\]]+ helo=admin\S* /i
 
 # aim at the 'Dear Home Owner' spam
-header RCVD_FROM_EXTRA_SPACE    Received =~ /^from  [a-zA-Z]/
+header RCVD_FROM_EXTRA_SPC    Received =~ /^from  [a-zA-Z]/
 
 # requested experiment: PBL hitrates on URIs
 # I don't anticipate this will be a useful rule ;)
@@ -232,12 +239,5 @@
 describe        URIBL_PBL       Contains an URL listed in the PBL blocklist
 tflags          URIBL_PBL       net nopublish
 endif
-
-# blast from the past! seen in the recent "PUBLICIDAD POR EMAIL" spam
-header X_LIBRARY    X-Library =~ /^Indy/
-
-body __DBLCLAIM     /avoid double claiming/
-body __CASHPRZ      /cash prize of/
-meta LOTTERY_1      (__DBLCLAIM && __CASHPRZ)