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 tika parser (now I attached file).
I think that all automatics tools that using email library can't extract and
post analyze these mails.
----------
Added file: http://bugs.python.org/file42831/mail.json
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue27010>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com