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 2008/10/30 11:09:41 UTC

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

Author: jm
Date: Thu Oct 30 03:09:41 2008
New Revision: 709131

URL: http://svn.apache.org/viewvc?rev=709131&view=rev
Log:
add a test rule for Jeff

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?rev=709131&r1=709130&r2=709131&view=diff
==============================================================================
--- spamassassin/rules/trunk/sandbox/jm/20_basic.cf (original)
+++ spamassassin/rules/trunk/sandbox/jm/20_basic.cf Thu Oct 30 03:09:41 2008
@@ -332,3 +332,9 @@
 header DUH_DIKSBJ   Subject =~ /^\$DIKSBJ/
 describe DUH_DIKSBJ Idiot spammer screwed up his templates (DIK variant)
 
+# a test rule for Jeff
+ifplugin Mail::SpamAssassin::Plugin::URIDNSBL
+meta        URIBL_META_SURBL_ANY   (URIBL_AB_SURBL || URIBL_JP_SURBL || URIBL_OB_SURBL || URIBL_PH_SURBL || URIBL_SC_SURBL || URIBL_WS_SURBL)
+tflags      URIBL_META_SURBL_ANY       net nopublish
+endif
+