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 2013/03/05 14:08:00 UTC

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

Author: axb
Date: Tue Mar  5 13:07:59 2013
New Revision: 1452785

URL: http://svn.apache.org/r1452785
Log:
URIBL_SBL_A  rule is in 25_uribl.cf
no need for redundant rule in sandbox - disabled
pending removal after SA 3.4 release

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=1452785&r1=1452784&r2=1452785&view=diff
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/axb/20_bug_6696.cf (original)
+++ spamassassin/trunk/rulesrc/sandbox/axb/20_bug_6696.cf Tue Mar  5 13:07:59 2013
@@ -1,10 +1,10 @@
 
-if (version >= 3.004000)
-  ifplugin Mail::SpamAssassin::Plugin::URIDNSBL
-
-    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
-  endif
-endif
+# if (version >= 3.004000)
+#   ifplugin Mail::SpamAssassin::Plugin::URIDNSBL
+# 
+#     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
+#   endif
+# endif