http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5544
Summary: ALL_TRUSTED should be nonmutable
Product: Spamassassin
Version: 3.2.1
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P5
Component: Rules
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
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.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.