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 2009/03/30 00:03:06 UTC

svn commit: r759788 - /spamassassin/rules/trunk/sandbox/jm/20_bug_5984.cf

Author: jm
Date: Sun Mar 29 22:03:05 2009
New Revision: 759788

URL: http://svn.apache.org/viewvc?rev=759788&view=rev
Log:
remove non-lastext variant of RCVD_IN_BRBL, leaving just RCVD_IN_BRBL_LASTEXT

Modified:
    spamassassin/rules/trunk/sandbox/jm/20_bug_5984.cf

Modified: spamassassin/rules/trunk/sandbox/jm/20_bug_5984.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/trunk/sandbox/jm/20_bug_5984.cf?rev=759788&r1=759787&r2=759788&view=diff
==============================================================================
--- spamassassin/rules/trunk/sandbox/jm/20_bug_5984.cf (original)
+++ spamassassin/rules/trunk/sandbox/jm/20_bug_5984.cf Sun Mar 29 22:03:05 2009
@@ -5,9 +5,9 @@
 header __RCVD_IN_BRBL   eval:check_rbl('brbl','bb.barracudacentral.org')
 tflags __RCVD_IN_BRBL   net
 
-header RCVD_IN_BRBL     eval:check_rbl_sub('brbl','127.0.0.2')
-describe RCVD_IN_BRBL   Received via a relay in Barracuda BRBL
-tflags RCVD_IN_BRBL net
+# header RCVD_IN_BRBL     eval:check_rbl_sub('brbl','127.0.0.2')
+# describe RCVD_IN_BRBL   Received via a relay in Barracuda BRBL
+# tflags RCVD_IN_BRBL net
 # score RCVD_IN_BRBL 2.0
 
 header RCVD_IN_BRBL_LASTEXT   eval:check_rbl('brbl-lastexternal','bb.barracudacentral.org')