Bug 4223 - 20_ratware.cf - headers for Apple Mail have changed
Summary: 20_ratware.cf - headers for Apple Mail have changed
Status: RESOLVED FIXED
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Rules (show other bugs)
Version: SVN Trunk (Latest Devel Version)
Hardware: PC Linux
: P5 normal
Target Milestone: 3.1.0
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-24 07:26 UTC by Nik Conwell
Modified: 2005-04-11 06:43 UTC (History)
0 users



Attachment Type Modified Status Actions Submitter/CLA Status
Mod to rule to catch new version format patch None Bob Menschel [HasCLA]
corrected patch patch None Bob Menschel [HasCLA]

Note You need to log in before you can comment on or make changes to this bug.
Description Nik Conwell 2005-03-24 07:26:49 UTC
header __X_MAILER_APPLEMAIL	X-Mailer =~ /^Apple Mail \(\d\.\d+\)$/
[...]
header __MIME_VERSION_APPLEMAIL	Mime-Version =~ /^1\.0 \(Apple Message framework
v\d+\)$/


My Apple Mail 1.3.9 (v619/619.2) has more version numbers at the end:

  X-Mailer: Apple Mail (2.619.2)
  Mime-Version: 1.0 (Apple Message framework v619.2)

Thanks.
-nik
Comment 1 Bob Menschel 2005-04-08 22:24:30 UTC
Created attachment 2778 [details]
Mod to rule to catch new version format
Comment 2 Bob Menschel 2005-04-08 22:29:39 UTC
Created attachment 2779 [details]
corrected patch
Comment 3 Daryl C. W. O'Shea 2005-04-08 22:40:23 UTC
- confirmed that X-Mailer: Apple Mail (2.619.2) is being used

- applied Bob's patch in r160659
Comment 4 Nik Conwell 2005-04-11 05:37:05 UTC
Thanks for fixing the X-Mailer.

Sorry to be a pest, but don't you want to also fix __MIME_VERSION_APPLEMAIL?  Or
did another Apple Mail client have a different Mime-Version header format?

Thanks again.
-nik
Comment 5 Daryl C. W. O'Shea 2005-04-11 14:43:18 UTC
Blame Bob! :p

still fixed, in trunk, in r160959  ;)