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

svn commit: rev 10526 - incubator/spamassassin/trunk/rules

Author: quinlan
Date: Tue May  4 21:34:17 2004
New Revision: 10526

Modified:
   incubator/spamassassin/trunk/rules/50_scores.cf
Log:
as predicted, spammers are already using SPF in good numbers
last week of email:
  5.063   2.1322   6.6538    0.243   1.00   -0.00  SPF_HELO_PASS
  0.625   0.5330   0.6750    0.441   0.01   -0.00  SPF_PASS


Modified: incubator/spamassassin/trunk/rules/50_scores.cf
==============================================================================
--- incubator/spamassassin/trunk/rules/50_scores.cf	(original)
+++ incubator/spamassassin/trunk/rules/50_scores.cf	Tue May  4 21:34:17 2004
@@ -823,10 +823,10 @@
 # SPF
 #
 ifplugin Mail::SpamAssassin::Plugin::SPF
-score SPF_PASS                -1.0
+score SPF_PASS                -0.001
 score SPF_FAIL                1.0
 score SPF_SOFTFAIL            0.5
-score SPF_HELO_PASS           -0.5
+score SPF_HELO_PASS           -0.001
 score SPF_HELO_FAIL           1.0
 score SPF_HELO_SOFTFAIL       0.5
 endif # Mail::SpamAssassin::Plugin::SPF