https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6817
Kevin A. McGrail <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |[email protected], | |[email protected] Resolution|WONTFIX |--- --- Comment #5 from Kevin A. McGrail <[email protected]> --- (In reply to comment #4) > I would like to re-open this bug because it hits on [email protected] . > > Generally speaking this wouldn't be a big issue but this rules scores like > "3.797 3.561 3.797 3.561" that are very high. > > I can't provide a sample, but is very simple to replicate the bug. I think the scores are a bit high for this rule as well. Henrik, I've added some 2.0 and 3.0 scores to enforce some masscheck limits to this and the related rules in your sandbox. Index: rulesrc/sandbox/hege/20_hk.cf =================================================================== --- rulesrc/sandbox/hege/20_hk.cf (revision 1421841) +++ rulesrc/sandbox/hege/20_hk.cf (working copy) @@ -128,11 +128,17 @@ header __HK_NAME_DR From:name =~ /^DR\b/mi header __HK_NAME_FROM From:name =~ /^FROM\b/mi meta HK_NAME_MR_MRS __HK_NAME_MR_MRS && !FREEMAIL_FROM +score HK_NAME_MR_MRS 2.0 meta HK_NAME_FM_MR_MRS __HK_NAME_MR_MRS && FREEMAIL_FROM +score HK_NAME_FM_MR_MRS 3.0 meta HK_NAME_DR __HK_NAME_DR && !FREEMAIL_FROM +score HK_NAME_DR 2.0 meta HK_NAME_FM_DR __HK_NAME_DR && FREEMAIL_FROM +score HK_NAME_FM_DR 3.0 meta HK_NAME_FROM __HK_NAME_FROM && !FREEMAIL_FROM +score HK_NAME_FROM 2.0 meta HK_NAME_FM_FROM __HK_NAME_FROM && FREEMAIL_FROM +score HK_NAME_FM_FROM 3.0 endif Running make test and will commit in a little bit. Feel free to veto! -- You are receiving this mail because: You are the assignee for the bug.
