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

Not all attachments scanned in some cases #63

Open selvanair opened 3 years ago

selvanair commented 3 years ago

When REJECT_MESSAGE is false the code returns on finding the first suspicious attachment causing all remaining attachments (which could be malicious) delivered to the recipient.

See PR #62

P.S. This milter is very useful and works well. But haven't seen any activity here for over a year now -- is the code maintained?

sbidy commented 3 years ago

Hey, I don't maintain the repo activly. But if some PRs coming up I'll have a look into that.

Unfortunately I don't have a test stack anymore. So all code changes are not well tested.

I saw the PR an will merge this soon!

Thank you for the feedback.