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/09/22 23:49:33 UTC

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

Author: jm
Date: Mon Sep 22 14:49:33 2008
New Revision: 698009

URL: http://svn.apache.org/viewvc?rev=698009&view=rev
Log:
add a lastexternal variation

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=698009&r1=698008&r2=698009&view=diff
==============================================================================
--- spamassassin/rules/trunk/sandbox/jm/20_bug_5984.cf (original)
+++ spamassassin/rules/trunk/sandbox/jm/20_bug_5984.cf Mon Sep 22 14:49:33 2008
@@ -7,8 +7,12 @@
 
 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_RCVD_IN_BRBL net
-# score RCVD_RCVD_IN_BRBL 2.0
+tflags RCVD_IN_BRBL net
+# score RCVD_IN_BRBL 2.0
+
+header RCVD_IN_BRBL_LASTEXT   eval:check_rbl('brbl-lastexternal','bb.barracudacentral.org')
+tflags RCVD_IN_BRBL_LASTEXT   net
+# score RCVD_IN_BRBL_LASTEXT 2.0
 
 endif