sbidy / MacroMilter

This python based milter (mail-filter) checks an incoming mail for suspicious VBA macro code in MS 20xx Office attachments (doc, xls, ppt ...).
MIT License
37 stars 14 forks source link

MIME parsing fails #9

Closed sbidy closed 7 years ago

sbidy commented 8 years ago

The MIME parsing fails if the MIME-Text is not well formatted.

Error <type 'exceptions.AttributeError'> macromilter.py 213

sbidy commented 7 years ago

Fixed with V3