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

Reject due to nested ZIP file leads to sub-optimal reject message #29

Closed robert-scheck closed 6 years ago

robert-scheck commented 6 years ago

Since 7d018efeb the reject message is not always perfect: If there is a nested ZIP file where the max. nesting limit is reached, the reject message still claims a suspicious VBA macro, even this check was never run; not sure if this is worth a fix.

sbidy commented 6 years ago

Implemented and now in testing - reject message hard coded. Maybe later moved to the config for customization purposes