SA Bugzilla – Bug 3240
meta rule FORGED_QUALCOMM_TAGS missing sub component
Last modified: 2004-04-15 14:09:52 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.
looks like when FORGED_MUA_EUDORA got removed, so did the meta rule. :( I added it back in for 3.0. nice catch! :) r10042