Bug 2149 - options related to x-spam-level don't work
Summary: options related to x-spam-level don't work
Status: RESOLVED FIXED
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Libraries (show other bugs)
Version: SVN Trunk (Latest Devel Version)
Hardware: Other other
: P3 normal
Target Milestone: 2.60
Assignee: Theo Van Dinter
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-28 14:58 UTC by Theo Van Dinter
Modified: 2003-06-29 10:19 UTC (History)
1 user (show)



Attachment Type Modified Status Actions Submitter/CLA Status
suggested patch patch None Theo Van Dinter [HasCLA]

Note You need to log in before you can comment on or make changes to this bug.
Description Theo Van Dinter 2003-06-28 14:58:02 UTC
delete $self->{headers_ham}->{"Level"};

     $self->{headers_ham}->{"Level"} = "_STARS($1)_";

which is great, except it needs to deal with the spam one too.
Comment 1 Theo Van Dinter 2003-06-28 15:13:57 UTC
Created attachment 1106 [details]
suggested patch
Comment 2 Justin Mason 2003-06-28 19:07:46 UTC
+1
Comment 3 Theo Van Dinter 2003-06-29 18:19:59 UTC
committed.