You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Milter rejects the email which has encrypted zip file. If the MTA receives such email, this will respond 550 5.7.1 We do not accpet encrypted zip. on the DATA command to reject it.
A Postfix milter that appends the current message's Message-ID value to the References header for outgoing messages - fixing email threading that's broken by mail relays that rewrite the Message-ID header (such as AWS SES).
A rough pymilter example that can detect suspicious from headers with multiple addresses/domains in emails. It is not perfect, but it certainly is able to help adding a warning flag to emails.