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/15 16:02:59 UTC

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

Author: jm
Date: Mon Jan 15 07:02:59 2007
New Revision: 496359

URL: http://svn.apache.org/viewvc?view=rev&rev=496359
Log:
try an anti-lottery rule

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=496359&r1=496358&r2=496359
==============================================================================
--- spamassassin/rules/trunk/sandbox/jm/20_basic.cf (original)
+++ spamassassin/rules/trunk/sandbox/jm/20_basic.cf Mon Jan 15 07:02:59 2007
@@ -236,4 +236,8 @@
 # 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)
+