Author: jm
Date: Wed Oct 17 06:45:20 2007
New Revision: 585502
URL: http://svn.apache.org/viewvc?rev=585502&view=rev
Log:
bug 5672: remove DNS_FROM_SECURITYSAGE (DNSBL lookups against securitysage.com) due to unreliability
Modified:
spamassassin/rules/branches/3.2/20_dnsbl_tests.cf
spamassassin/rules/branches/3.2/50_scores.cf
Modified: spamassassin/rules/branches/3.2/20_dnsbl_tests.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/branches/3.2/20_dnsbl_tests.cf?rev=585502&r1=585501&r2=585502&view=diff
==============================================================================
--- spamassassin/rules/branches/3.2/20_dnsbl_tests.cf (original)
+++ spamassassin/rules/branches/3.2/20_dnsbl_tests.cf Wed Oct 17 06:45:20 2007
@@ -212,12 +212,6 @@
tflags DNS_FROM_AHBL_RHSBL net
#reuse DNS_FROM_AHBL_RHSBL
-# another domain-based blacklist
-header DNS_FROM_SECURITYSAGE eval:check_rbl_envfrom('securitysage', 'blackhole.securitysage.com.')
-describe DNS_FROM_SECURITYSAGE Envelope sender in blackholes.securitysage.com
-tflags DNS_FROM_SECURITYSAGE net
-#reuse DNS_FROM_SECURITYSAGE
-
# ---------------------------------------------------------------------------
# NOTE: donation tests, see README file for details
Modified: spamassassin/rules/branches/3.2/50_scores.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/branches/3.2/50_scores.cf?rev=585502&r1=585501&r2=585502&view=diff
==============================================================================
--- spamassassin/rules/branches/3.2/50_scores.cf (original)
+++ spamassassin/rules/branches/3.2/50_scores.cf Wed Oct 17 06:45:20 2007
@@ -697,7 +697,6 @@
score DNS_FROM_AHBL_RHSBL 0 2.025 0 0.692 # n=0 n=2
score DNS_FROM_RFC_BOGUSMX 0 2.125 0 1.482 # n=0 n=2
score DNS_FROM_RFC_DSN 0 2.527 0 1.495 # n=0 n=2
-score DNS_FROM_SECURITYSAGE 0 0.127 0 0.001 # n=0 n=2
score NO_DNS_FOR_FROM 0 1.407 0 1.496 # n=0 n=2
# </gen:mutable>
|