Mailing List Archive

svn commit: r495326 - /spamassassin/rules/trunk/sandbox/jm/20_basic.cf
Author: jm
Date: Thu Jan 11 10:48:41 2007
New Revision: 495326

URL: http://svn.apache.org/viewvc?view=rev&rev=495326
Log:
add URIBL_PBL_10, URIBL_PBL_11 test rules

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

Modified: spamassassin/rules/trunk/sandbox/jm/20_basic.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/trunk/sandbox/jm/20_basic.cf?view=diff&rev=495326&r1=495325&r2=495326
==============================================================================
--- spamassassin/rules/trunk/sandbox/jm/20_basic.cf (original)
+++ spamassassin/rules/trunk/sandbox/jm/20_basic.cf Thu Jan 11 10:48:41 2007
@@ -220,3 +220,16 @@
body APPROVAL_MGR /\bApproval Manager\b/
body YOUR_MONTHLY /\byour monthly payments by\b/

+# requested experiment: PBL hitrates on URIs
+# I don't anticipate this will be a useful rule ;)
+ifplugin Mail::SpamAssassin::Plugin::URIDNSBL
+uridnsbl URIBL_PBL_10 zen.spamhaus.org. A 127.0.0.10
+body URIBL_PBL_10 eval:check_uridnsbl('URIBL_PBL_10')
+describe URIBL_PBL_10 Contains an URL listed in the PBL blocklist
+tflags URIBL_PBL_10 net nopublish
+uridnsbl URIBL_PBL_11 zen.spamhaus.org. A 127.0.0.11
+body URIBL_PBL_11 eval:check_uridnsbl('URIBL_PBL_11')
+describe URIBL_PBL_11 Contains an URL listed in the PBL blocklist
+tflags URIBL_PBL_11 net nopublish
+endif
+