You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by qu...@apache.org on 2004/05/30 23:21:16 UTC

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

Author: quinlan
Date: Sun May 30 14:21:15 2004
New Revision: 20662

Modified:
   incubator/spamassassin/trunk/rules/20_dnsbl_tests.cf
Log:
fix error that killed RCVD_IN_XBL hits for the weekly run


Modified: incubator/spamassassin/trunk/rules/20_dnsbl_tests.cf
==============================================================================
--- incubator/spamassassin/trunk/rules/20_dnsbl_tests.cf	(original)
+++ incubator/spamassassin/trunk/rules/20_dnsbl_tests.cf	Sun May 30 14:21:15 2004
@@ -126,7 +126,7 @@
 tflags RCVD_IN_SBL		net
 
 # XBL is the Exploits Block List: http://www.spamhaus.org/xbl/
-header RCVD_IN_XBL		eval:check_rbl('sblxbl-firsttrusted', '127.0.0.[456]')
+header RCVD_IN_XBL		eval:check_rbl('sblxbl-firsttrusted', 'sbl-xbl.spamhaus.org.', '127.0.0.[456]')
 describe RCVD_IN_XBL		Received via a relay in Spamhaus XBL
 tflags RCVD_IN_XBL		net