Bug 3240 - meta rule FORGED_QUALCOMM_TAGS missing sub component
Summary: meta rule FORGED_QUALCOMM_TAGS missing sub component
Status: RESOLVED FIXED
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Rules (show other bugs)
Version: 2.63
Hardware: Other other
: P5 minor
Target Milestone: 3.0.0
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-05 08:48 UTC by Matt Kettler
Modified: 2004-04-15 14:09 UTC (History)
0 users



Attachment Type Modified Status Actions Submitter/CLA Status

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Kettler 2004-04-05 08:48:19 UTC
The meta FORGED_QUALCOMM_TAGS uses a sub-rule __ANY_QUALCOMM_MUA which is not
declared anywhere in the ruleset for 2.63. Thus making the rule unable to match
any email, despite having a positive score in 50_score.cf.

Mail-SpamAssassin-2.63]# grep -r __ANY_QUALCOMM_MUA *
rules/20_ratware.cf:meta FORGED_QUALCOMM_TAGS   (__ANY_QUALCOMM_MUA &&
__MIME_HTML && !__TAG_EXISTS_HTML)

A quick check of the latest SVN snapshot on the website shows 20_ratware.cf
still contains this rule, but does not contain __ANY_QUALCOMM_MUA.

The check does exist in SA 2.60 however:
20_ratware.cf:header __ANY_QUALCOMM_MUA   X-Mailer =~ /\bQUALCOMM\b/

It's also missing from 2.61.
Comment 1 Theo Van Dinter 2004-04-15 22:09:52 UTC
looks like when FORGED_MUA_EUDORA got removed, so did the meta rule. :(

I added it back in for 3.0.  nice catch! :)   r10042