http://bugzilla.spamassassin.org/show_bug.cgi?id=2741





------- Additional Comments From [EMAIL PROTECTED]  2004-12-12 14:41 -------
Ok, I got two samples mails from people who have CS2000 accounts and the CS2000
client on Macintosh. Both use MacOS X.

The mails have a From: address in the @cs.com domain, and an X-Mailer header of

X-Mailer: AOL for Macintosh OS X sub n

where n is 9 and 12 in the two examples.

It looks like this would be fixed by changing 20_ratware.cf where it now says

header __AOL_FROM       From:addr =~ /[EMAIL PROTECTED]/i
meta FORGED_MUA_AOL_FROM    (__AOL_MUA && !__AOL_FROM)

to this

header __AOL_FROM       From:addr =~ /[EMAIL PROTECTED]/i
header __CS_FROM       From:addr =~ /[EMAIL PROTECTED]/i
meta FORGED_MUA_AOL_FROM    (__AOL_MUA && !__AOL_FROM && !__CS_FROM)

I don't see any reason to be so picky as to check for "AOL for Macintosh" in
making the exception for cs.com.

Does anyone disagree?



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to