This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ichneumon
Recipients barry, ichneumon, mpasniew
Date 2010-08-26.13:37:23
SpamBayes Score 0.00015841814
Marked as misclassified No
Message-id <1282829846.25.0.0343909655345.issue1403349@psf.upfronthosting.co.za>
In-reply-to
Content
Looks like this one needs reopening to me... I've recently had to parse out attachments with the following Content-Type lines and no Content-Disposition provided:

Content-Type: application/vnd.ms-excel; name=transactions.xls

It might not seem like much, but the content-type check for this workaround in get_filename appears to be case-sensitive, and thus misses the upper case "T" in Content-Type.
There is no information provided in the headers about the mailer they use, but they get plenty of other bits wrong too (eg. the xls file is actually just tab-separated values).
History
Date User Action Args
2010-08-26 13:37:27ichneumonsetrecipients: + ichneumon, barry, mpasniew
2010-08-26 13:37:26ichneumonsetmessageid: <1282829846.25.0.0343909655345.issue1403349@psf.upfronthosting.co.za>
2010-08-26 13:37:24ichneumonlinkissue1403349 messages
2010-08-26 13:37:23ichneumoncreate