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:02:44 UTC

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

Author: dos
Date: Mon May  1 21:02:43 2006
New Revision: 398796

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

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

Modified: spamassassin/rules/branches/3.1/50_scores.cf
URL: http://svn.apache.org/viewcvs/spamassassin/rules/branches/3.1/50_scores.cf?rev=398796&r1=398795&r2=398796&view=diff
==============================================================================
--- spamassassin/rules/branches/3.1/50_scores.cf (original)
+++ spamassassin/rules/branches/3.1/50_scores.cf Mon May  1 21:02:43 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