How to blacklist bounces instead of unsubscribing

rritz

Member
Using pmta and bouncehandler from github. I have read all the documentation there plus some issues filed.
I did not find how to do this, or maybe it is there and I didn't understand it.

How can I get hard bounces (bad mailbox, user does not exist etc) on my blacklist instead of unsubscribing them?

I am on MW 1.5.1 btw
 
Using pmta and bouncehandler from github. I have read all the documentation there plus some issues filed.
I did not find how to do this, or maybe it is there and I didn't understand it.

How can I get hard bounces (bad mailbox, user does not exist etc) on my blacklist instead of unsubscribing them?

I am on MW 1.5.1 btw
https://github.com/magicdude4eva/port25-bouncehandler
does not seem to be for handling mwz blacklist, and you can find more about the dev's philosophy on unsubscribe and blacklist on the forum.
Moreover, list cleaning, if necessary, should be done outside of mwz before import, which is why there are separate services for this, as a mailer is not a list cleaner, and large blacklists or regex tables are just slowing down offloading unnecessarily.
If you have a separate database to quickly subtract blacklist/regex, then you will have a much faster mailer.
 
Back
Top