[issue27010] Attachments not detected from email library

2016-05-12 Thread Fedele Mantuano
Fedele Mantuano added the comment: 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 tik

[issue27010] Attachments not detected from email library

2016-05-12 Thread R. David Murray
R. David Murray added the comment: When you say the attachment is not detected, what do you mean? What call are you making to the email library that you are expecting to see the attachment in that it is not in? Your 'parsed' pastebin isn't something the library produces, so I assume that's t

[issue27010] Attachments not detected from email library

2016-05-12 Thread Fedele Mantuano
New submission from Fedele Mantuano: We are receiving a lot of mail with attachments not detected from email library. I also tested Tika parser and it have the same issue: mail: http://pastebin.com/kSEJnzSa mail parsed: http://pastebin.com/7HaVPcTq I can read only these content types: multipart