http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5520
Summary: notification template required points seems harcoded in
mail template:
Product: Spamassassin
Version: 3.1.8
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P5
Component: spamassassin
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
I'm getting notifications to $spam_admin :
.....
Content analysis details: (4.1 points, 5.0 required)
...
but I have:
$sa_tag_level_deflt = -999;
$sa_tag2_level_deflt = 2.00;
$sa_kill_level_deflt = 4.00; # <--
$sa_dsn_cutoff_level = 9;
Reproducible: Always
Actual Results:
Content analysis details: (<num> points, 5.0 required)
Expected Results:
Content analysis details: (<num> points, <$sa_kill_level_deflt> required)
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.