SA Bugzilla – Bug 4223
20_ratware.cf - headers for Apple Mail have changed
Last modified: 2005-04-11 06:43:18 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
Created attachment 2778 [details] Mod to rule to catch new version format
Created attachment 2779 [details] corrected patch
- confirmed that X-Mailer: Apple Mail (2.619.2) is being used - applied Bob's patch in r160659
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
Blame Bob! :p still fixed, in trunk, in r160959 ;)