You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by bi...@apache.org on 2019/05/14 16:42:41 UTC

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

Author: billcole
Date: Tue May 14 16:42:41 2019
New Revision: 1859240

URL: http://svn.apache.org/viewvc?rev=1859240&view=rev
Log:
Give SPF_NONE & SPF_HELO_NONE minimal scores. 

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=1859240&r1=1859239&r2=1859240&view=diff
==============================================================================
--- spamassassin/trunk/rules/50_scores.cf (original)
+++ spamassassin/trunk/rules/50_scores.cf Tue May 14 16:42:41 2019
@@ -776,8 +776,8 @@ endif # Mail::SpamAssassin::Plugin::Hash
 # likely that more spammers would quickly move to setting valid SPF records
 # otherwise.  The penalties for an *incorrect* record, however, are large.  ;)
 ifplugin Mail::SpamAssassin::Plugin::SPF
-score SPF_NONE 0
-score SPF_HELO_NONE 0
+score SPF_NONE 0.001
+score SPF_HELO_NONE 0.001
 score SPF_PASS -0.001
 score SPF_HELO_PASS -0.001
 # <gen:mutable>