Blocking specific outbound email addresses
I've been having ongoing issues with bulk mail providers who have brain-dead spam management systems.
One of the problems is when a user of one of these services erroneously flags a message as spam. It seems that some people have a conversation with one of our customers and then decide the thread is spam, others treat the "flag as spam" button as an unsubscribe button.
Independent of the mechanism, I'm fed up with rescuing our IP address reputations from these idiots. The terms of our agreements with these mail providers prevent me from sharing information with our customers, so I am interested in maintaining a network-wide blacklist of email addresses. If user@dumbmail.com is on the blacklist, I want to return an error to the sender with a message saying, effectively "email blocked by policy".
I've been through exim configuration and searched forums... still not sure of the best way to implement this. What's the best way to do this?
-
Hello, You could implement an Exim system filter that checks for a list of email addresses and rejects the message to the sender: How to Customize the Exim System Filter File - cPanel Knowledge Base - cPanel Documentation Thank you. 0
Please sign in to leave a comment.
Comments
1 comment