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 Fedele Mantuano
Recipients Fedele Mantuano, barry, r.david.murray
Date 2016-05-12.16:44:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463071471.36.0.0486206950308.issue27010@psf.upfronthosting.co.za>
In-reply-to
Content
Hi David,

I use email library to detect malicious attachments, so:

message = email.message_from_file(open('mail'))
for i in message.walk():
   do somethings

Not detected means that in for loop I can't see these attachments.

The same problem there is with tika parser (now I attached file).

I think that all automatics tools that using email library can't extract and post analyze these mails.
History
Date User Action Args
2016-05-12 16:44:31Fedele Mantuanosetrecipients: + Fedele Mantuano, barry, r.david.murray
2016-05-12 16:44:31Fedele Mantuanosetmessageid: <1463071471.36.0.0486206950308.issue27010@psf.upfronthosting.co.za>
2016-05-12 16:44:31Fedele Mantuanolinkissue27010 messages
2016-05-12 16:44:31Fedele Mantuanocreate