http://www.hughes-family.org/bugzilla/show_bug.cgi?id=1561
------- Additional Comments From felicity@... 2003-02-25 19:51 -------
Subject: Re: [SAdev] New: Odd scoring from faked Apple Mail spammer
On Tue, Feb 25, 2003 at 03:01:51PM -0800, bugzilla-daemon@... wrote:
> What is clearly a spam e-mail gets only a 1.4 pt hit using 2.50-cvs. Opening
> ticket, then attaching message.
Ok, I put these rules into 2.60 for testing:
header __X_MAILER_APPLEMAIL X-Mailer =~ /^Apple Mail \(\d\.\d+\)$/
header __MSGID_APPLEMAIL Message-Id =~ /^<[0-9A-F]{8}-(?:[0-9A-F]{4}-){3}[0-9A-F]{12}\@\S+>$/
header __MIME_VERSION_APPLEMAIL Mime-Version =~ /^1\.0 \(Apple Message framework v\d+\)$/
meta T_USER_AGENT_APPLEMAIL !__MIME_HTML_ONLY && __X_MAILER_APPLEMAIL && ( __MSGID_APPLEMAIL || __MIME_VERSION_APPLEMAIL )
meta T_FORGED_MUA_APPLEMAIL __X_MAILER_APPLEMAIL && !T_USER_AGENT_APPLEMAIL
It's still forgable, but much less likely.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
|