You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by fe...@apache.org on 2004/10/01 23:27:58 UTC

svn commit: rev 51757 - spamassassin/trunk/rules

Author: felicity
Date: Fri Oct  1 14:27:57 2004
New Revision: 51757

Modified:
   spamassassin/trunk/rules/50_scores.cf
Log:
work around some entries in the scores file -- plugin rules which are mutable should be marked as such, add MISSING_HB_SEP and URIBL_JP_SURBL ...

Modified: spamassassin/trunk/rules/50_scores.cf
==============================================================================
--- spamassassin/trunk/rules/50_scores.cf	(original)
+++ spamassassin/trunk/rules/50_scores.cf	Fri Oct  1 14:27:57 2004
@@ -622,6 +622,9 @@
 # long header test
 score HEAD_LONG 2.5
 
+# missing blank line between header and body
+score MISSING_HB_SEP 2.5
+
 # HTML control test
 score HTML_MESSAGE 0.001
 
@@ -681,27 +684,34 @@
 # otherwise.  The penalties for an *incorrect* record, however, are large.  ;)
 ifplugin Mail::SpamAssassin::Plugin::SPF
 score SPF_PASS -0.001
+score SPF_HELO_PASS -0.001
+# <gen:mutable>
 score SPF_FAIL 0 0 0 0.875
 score SPF_SOFTFAIL 0.500 0.842 0.500 0.500
-score SPF_HELO_PASS -0.001
 score SPF_HELO_FAIL 0 0.405 0 0.001
 score SPF_HELO_SOFTFAIL 0 1.002 0 3.140
+# </gen:mutable>
 endif # Mail::SpamAssassin::Plugin::SPF
 
 # URIDNSBL
 ifplugin Mail::SpamAssassin::Plugin::URIDNSBL
+# <gen:mutable>
 score URIBL_AB_SURBL 0 2.007 0 0.417
 score URIBL_OB_SURBL 0 1.996 0 3.213
 score URIBL_PH_SURBL 0 0.839 0 2.000
 score URIBL_SBL 0 0.629 0 0.996
 score URIBL_SC_SURBL 0 3.897 0 4.263
 score URIBL_WS_SURBL 0 0.539 0 1.462
+score URIBL_JP_SURBL 0 3 0 3
+# </gen:mutable>
 endif # Mail::SpamAssassin::Plugin::URIDNSBL
 
 # Razor2
 ifplugin Mail::SpamAssassin::Plugin::Razor2
+# <gen:mutable>
 score RAZOR2_CF_RANGE_51_100 0 1.485 0 0.056
 score RAZOR2_CHECK 0 0.150 0 1.511
+# </gen:mutable>
 endif # Mail::SpamAssassin::Plugin::Razor2
 
 # MAPS