You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by do...@apache.org on 2006/05/02 06:00:05 UTC

svn commit: r398795 - /spamassassin/branches/3.1/rules/50_scores.cf

Author: dos
Date: Mon May  1 21:00:02 2006
New Revision: 398795

URL: http://svn.apache.org/viewcvs?rev=398795&view=rev
Log:
bug 4877: zero out score for DKIM_POLICY_SIGNSOME to avoid bogus default in current Mail-DKIM module

Modified:
    spamassassin/branches/3.1/rules/50_scores.cf

Modified: spamassassin/branches/3.1/rules/50_scores.cf
URL: http://svn.apache.org/viewcvs/spamassassin/branches/3.1/rules/50_scores.cf?rev=398795&r1=398794&r2=398795&view=diff
==============================================================================
--- spamassassin/branches/3.1/rules/50_scores.cf (original)
+++ spamassassin/branches/3.1/rules/50_scores.cf Mon May  1 21:00:02 2006
@@ -715,7 +715,7 @@
 # DKIM
 ifplugin Mail::SpamAssassin::Plugin::DKIM
 score DKIM_POLICY_SIGNALL 0.001
-score DKIM_POLICY_SIGNSOME 0.001
+score DKIM_POLICY_SIGNSOME 0
 score DKIM_POLICY_TESTING 0.001
 score DKIM_SIGNED 0.001
 score DKIM_VERIFIED -0.001