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 2004/01/08 02:14:18 UTC

svn commit: rev 6093 - incubator/spamassassin/trunk/rules

Author: jm
Date: Mon Jan  5 14:52:25 2004
New Revision: 6093

Modified:
   incubator/spamassassin/trunk/rules/70_cvs_rules_under_test.cf
Log:
added XBL test


Modified: incubator/spamassassin/trunk/rules/70_cvs_rules_under_test.cf
==============================================================================
--- incubator/spamassassin/trunk/rules/70_cvs_rules_under_test.cf	(original)
+++ incubator/spamassassin/trunk/rules/70_cvs_rules_under_test.cf	Mon Jan  5 14:52:25 2004
@@ -276,3 +276,10 @@
 rawbody T_BAYESBUSTER_LINE_15	/^([a-z]{3,} ){15,}<[Bb][Rr]>$/
 rawbody T_BAYESBUSTER_LINE_15I	/^([a-z]{3,} ){15,}<br>$/i
 
+# XBL is the Exploits Block List: http://www.spamhaus.org/xbl/
+# contains data from the CBL, probably supercedes that.
+header T_RCVD_IN_XBL      eval:check_rbl_txt('xbl', 'xbl.spamhaus.org.')
+describe T_RCVD_IN_XBL    Received via a relay in Spamhaus XBL
+tflags T_RCVD_IN_XBL      net
+score T_RCVD_IN_XBL       1
+