Has anyone successfully implemented anything on your servers etc to handle bounced emails automatically?
I send out newsletters on a couple of websites I run, and one of which I received approx. 2000 bounced emails. Obviously I don’t want to manually go through these and remove the users from a database, so was hoping someone may be able to help.
I came across the below, but it relies on a wildcard email address, which I don’t think we can use:
Late response but I hope it’s still helpful. The open source phpList newsletter system will automatically manage bounced emails. You set up a special mailbox to receive the bounce messages. Then, you configure the program to scan that box. You can set it to remove recipients after X number of bounces (to avoid removing users whose boxes are temporarily full, etc.).