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 11:38:25 UTC

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

Author: jm
Date: Mon Sep 22 02:38:24 2008
New Revision: 697747

URL: http://svn.apache.org/viewvc?rev=697747&view=rev
Log:
add RCVD_IN_BRBL to test out new Barracuda RBL

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

Added: 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=697747&view=auto
==============================================================================
--- spamassassin/rules/trunk/sandbox/jm/20_bug_5984.cf (added)
+++ spamassassin/rules/trunk/sandbox/jm/20_bug_5984.cf Mon Sep 22 02:38:24 2008
@@ -0,0 +1,14 @@
+#testrules
+
+ifplugin Mail::SpamAssassin::Plugin::DNSEval
+
+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_RCVD_IN_BRBL net
+# score RCVD_RCVD_IN_BRBL 2.0
+
+endif
+