You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by ax...@apache.org on 2012/01/04 09:23:05 UTC

svn commit: r1227073 - /spamassassin/trunk/rulesrc/sandbox/axb/20_bug_6696.cf

Author: axb
Date: Wed Jan  4 08:23:04 2012
New Revision: 1227073

URL: http://svn.apache.org/viewvc?rev=1227073&view=rev
Log:
allowing auto promoting after seeing some benefit
hits:
URIBL_SBL_A  1087
URIBL_SBL    1082

Modified:
    spamassassin/trunk/rulesrc/sandbox/axb/20_bug_6696.cf

Modified: spamassassin/trunk/rulesrc/sandbox/axb/20_bug_6696.cf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rulesrc/sandbox/axb/20_bug_6696.cf?rev=1227073&r1=1227072&r2=1227073&view=diff
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/axb/20_bug_6696.cf (original)
+++ spamassassin/trunk/rulesrc/sandbox/axb/20_bug_6696.cf Wed Jan  4 08:23:04 2012
@@ -5,6 +5,6 @@ if (version >= 3.400000)
     uridnsbl        URIBL_SBL_A    sbl.spamhaus.org.   A
     body            URIBL_SBL_A    eval:check_uridnsbl('URIBL_SBL_A')
     describe        URIBL_SBL_A    Contains URL's A record listed in the SBL blocklist
-    tflags          URIBL_SBL_A    net a nopublish
+    tflags          URIBL_SBL_A    net a
   endif
 endif