You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by km...@apache.org on 2011/12/19 18:00:07 UTC

svn commit: r1220844 - /spamassassin/trunk/rules/50_scores.cf

Author: kmcgrail
Date: Mon Dec 19 17:00:06 2011
New Revision: 1220844

URL: http://svn.apache.org/viewvc?rev=1220844&view=rev
Log:
Turning DNSWL back on now that they don not return FPs for abusive queriers - bug 6724

Modified:
    spamassassin/trunk/rules/50_scores.cf

Modified: spamassassin/trunk/rules/50_scores.cf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rules/50_scores.cf?rev=1220844&r1=1220843&r2=1220844&view=diff
==============================================================================
--- spamassassin/trunk/rules/50_scores.cf (original)
+++ spamassassin/trunk/rules/50_scores.cf Mon Dec 19 17:00:06 2011
@@ -759,18 +759,11 @@ score RCVD_IN_RP_SAFE 0.0 -2.0 0.0 -2.0
 # Unfortunately, they will return true answers for DNS servers they consider abusive so
 # SA Admins must enable these rules manually.
 #
-#score RCVD_IN_DNSWL_NONE 0 -0.0001 0 -0.0001
-#score RCVD_IN_DNSWL_LOW 0 -0.7 0 -0.7
-#score RCVD_IN_DNSWL_MED 0 -2.3 0 -2.3
-#score RCVD_IN_DNSWL_HI 0 -5 0 -5
-#score RCVD_IN_DNSWL_BLOCKED 0 0.001 0 0.001
-
-#BUG 6718 TO DISABLE DNSWL BY DEFAULT DUE TO FPs ON THEIR NAMESERVERS
-score RCVD_IN_DNSWL_NONE 0
-score RCVD_IN_DNSWL_LOW 0
-score RCVD_IN_DNSWL_MED 0
-score RCVD_IN_DNSWL_HI 0
-score RCVD_IN_DNSWL_BLOCKED 0
+score RCVD_IN_DNSWL_NONE 0 -0.0001 0 -0.0001
+score RCVD_IN_DNSWL_LOW 0 -0.7 0 -0.7
+score RCVD_IN_DNSWL_MED 0 -2.3 0 -2.3
+score RCVD_IN_DNSWL_HI 0 -5 0 -5
+score RCVD_IN_DNSWL_BLOCKED 0 0.001 0 0.001
 
 # IADB
 score RCVD_IN_IADB_VOUCHED 0 -2.2 0 -2.2