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/30 03:28:44 UTC

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

Author: wtogami
Date: Thu Dec 30 02:28:43 2010
New Revision: 1053786

URL: http://svn.apache.org/viewvc?rev=1053786&view=rev
Log:
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6529
"reuse" flag because this DNSBL only keeps IP's for 12 hours, testing older mail is
not useful.  It must rely on tagging during delivery.

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=1053786&r1=1053785&r2=1053786&view=diff
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/khopesh/20_khop_bl.cf (original)
+++ spamassassin/trunk/rulesrc/sandbox/khopesh/20_khop_bl.cf Thu Dec 30 02:28:43 2010
@@ -82,9 +82,12 @@ meta	 UNKNOWN_ORIGIN	!(__RCVD_VIA_AFRINI
 # http://www.intra2net.com/en/support/antispam/blacklist.php_dnsbl=RCVD_IN_NIX_SPAM.html
 # Since this is run by Heise and already decently advertised, I don't anticipate
 # problems testing here.  Flagged 'nopublish' to keep it in testing for now.
+# https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6529
+# "reuse" flag because this DNSBL only keeps IP's for 12 hours, testing older mail is
+# not useful.  It must rely on tagging during delivery.
 header	 RCVD_IN_NIX_SPAM	eval:check_rbl('nix-spam-lastexternal','ix.dnsbl.manitu.net.')
 describe RCVD_IN_NIX_SPAM	Received via a relay in NiX Spam (heise.de)
-tflags	 RCVD_IN_NIX_SPAM	net nopublish	# 20091123
+tflags	 RCVD_IN_NIX_SPAM	net nopublish reuse	# 20091123
 
 ifplugin Mail::SpamAssassin::Plugin::DNSEval # {