You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by km...@apache.org on 2011/12/13 18:17:19 UTC

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

Author: kmcgrail
Date: Tue Dec 13 17:17:19 2011
New Revision: 1213791

URL: http://svn.apache.org/viewvc?rev=1213791&view=rev
Log:
Adding a second endif and indentation to clarify rule block encapsulation

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=1213791&r1=1213790&r2=1213791&view=diff
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/axb/20_bug_6696.cf (original)
+++ spamassassin/trunk/rulesrc/sandbox/axb/20_bug_6696.cf Tue Dec 13 17:17:19 2011
@@ -1,10 +1,10 @@
 
 if (version >= 3.400000)
-ifplugin Mail::SpamAssassin::Plugin::URIDNSBL
+  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 nopublish
-
-endif
\ No newline at end of file
+    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
+  endif
+endif