You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by wt...@apache.org on 2010/12/29 13:00:27 UTC

svn commit: r1053622 - /spamassassin/trunk/rulesrc/sandbox/khopesh/20_khop_bl.cf

Author: wtogami
Date: Wed Dec 29 12:00:27 2010
New Revision: 1053622

URL: http://svn.apache.org/viewvc?rev=1053622&view=rev
Log:
Workaround Bug #6527 so RCVD_IN_NIX_SPAM will actually be tested.
Technically, there does not appear to be a good reason to wrap these ifplugin 
as check_rbl() appears to have been working fine without ifplugin in other nopublish rules.

Modified:
    spamassassin/trunk/rulesrc/sandbox/khopesh/20_khop_bl.cf

Modified: spamassassin/trunk/rulesrc/sandbox/khopesh/20_khop_bl.cf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rulesrc/sandbox/khopesh/20_khop_bl.cf?rev=1053622&r1=1053621&r2=1053622&view=diff
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/khopesh/20_khop_bl.cf (original)
+++ spamassassin/trunk/rulesrc/sandbox/khopesh/20_khop_bl.cf Wed Dec 29 12:00:27 2010
@@ -77,8 +77,6 @@ header	 __RCVD_VIA_IPV6_E	X-Spam-Relays-
 meta	 UNKNOWN_ORIGIN	!(__RCVD_VIA_AFRINIC || __RCVD_VIA_APNIC || __RCVD_VIA_ARIN || __RCVD_VIA_LACNIC || __RCVD_VIA_RIPE || __RCVD_VIA_NON_RIR || RCVD_ILLEGAL_IP || __RCVD_VIA_IPV6)
 
 
-ifplugin Mail::SpamAssassin::Plugin::DNSEval # {
-
 # The DNSBL side of the Manitu iXhash zone, http://www.dnsbl.manitu.net/
 # Out-performs PSBL (72.98/0.12 spam/ham to PSBL's 48.69/0.36) at Intra2net:
 # http://www.intra2net.com/en/support/antispam/blacklist.php_dnsbl=RCVD_IN_NIX_SPAM.html
@@ -88,6 +86,8 @@ header	 RCVD_IN_NIX_SPAM	eval:check_rbl(
 describe RCVD_IN_NIX_SPAM	Received via a relay in NiX Spam (heise.de)
 tflags	 RCVD_IN_NIX_SPAM	net nopublish	# 20091123
 
+ifplugin Mail::SpamAssassin::Plugin::DNSEval # {
+
 # Limit SpamCop to LASTEXT like every other DNSBL ... why haven't we tried this?
 # ... and what a difference! @20091204, 21.59/2.59 became 3.80/0.07
 # ...                        @20091128, 18.87/2.16 became 5.30/0.09