SA Bugzilla – Bug 5544
[review] ALL_TRUSTED is nonmutable
Last modified: 2007-08-07 08:22:54 UTC
as discovered during bug 5270, ALL_TRUSTED is marked as mutable: ifplugin Mail::SpamAssassin::Plugin::RelayEval # <gen:mutable> score ALL_TRUSTED -1.360 -1.440 -1.665 -1.800 ... # </gen:mutable> Duncan noted in http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5270#c37 that it's not actually treated as mutable however: 'FWIW, ALL_TRUSTED is in a <gen:mutable> section, but immutable by score-ranges-for-freqs due to tflags userconf.' I think we should explicitly mark it as nonmutable, and move it out of the mutable section of 50_scores.cf.
Created attachment 4072 [details] fix here's the fix. applied to trunk: : jm 89...; svn commit -m "bug 5544: ALL_TRUSTED is immutable, mark this explicitly by putting it in an immutable section" rules/50_scores.cf Sending rules/50_scores.cf Transmitting file data . Committed revision 560972.
+1
applied to 3.2.x: : jm 340...; svn commit -m "bug 5544: ALL_TRUSTED is immutable, mark this : jm 341... >>; explicitly by putting it in an immutable section" rules/50_scores.cf Sending rules/50_scores.cf Transmitting file data . Committed revision 563521.