You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2007/07/30 15:19:13 UTC

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

Author: jm
Date: Mon Jul 30 06:19:12 2007
New Revision: 560972

URL: http://svn.apache.org/viewvc?view=rev&rev=560972
Log:
bug 5544: ALL_TRUSTED is immutable, mark this explicitly by putting it in an immutable section

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?view=diff&rev=560972&r1=560971&r2=560972
==============================================================================
--- spamassassin/trunk/rules/50_scores.cf (original)
+++ spamassassin/trunk/rules/50_scores.cf Mon Jul 30 06:19:12 2007
@@ -816,7 +816,6 @@
 
 ifplugin Mail::SpamAssassin::Plugin::RelayEval
 # <gen:mutable>
-score ALL_TRUSTED -1.360 -1.440 -1.665 -1.800
 score FAKE_HELO_EMAIL_COM 0 # n=0 n=1 n=2 n=3
 score FAKE_HELO_EXCITE 2.599 2.552 2.599 2.598
 score FAKE_HELO_LYCOS 2.459 2.432 2.497 2.599
@@ -832,6 +831,9 @@
 # Informational rules about Received header parsing
 score NO_RELAYS -0.001
 score UNPARSEABLE_RELAY 0.001
+
+# immutable (due to tflags userconf), see bug 5544
+score ALL_TRUSTED -1.360 -1.440 -1.665 -1.800
 
 endif