Hello all!
Does OpenEMM automatically remove bounced mail addresses?
Ofcource I could delete the recipients from the customer binding table.
But is there a filter that removes bounced addresses (scan_and_unsubscribe)?
Is there a limit for soft bounces set (reaching it lead to the deletion of these addresses)? What about autorespond-messages (away notices)?
Thanks for any hints!
Markus
Removing bounce addresses
Moderator: moderator
To enable handling of softbounces you have to start ~openemm/bin/softbounce.sh once a day (e.g. by cron). If an email address has more than seven softbounces in the last (aprox.) six month (regardless of the number of softbounces per email, only one softbounce is counted per run) it is converted to a hardbounce. As we do not implement full mail tracking due to database load in OpenEMM, we do not reset softbounces on successful delivery. See the previous post for handling of hardbounces.
-- ud
-- ud
-
- Posts: 1
- Joined: Wed Sep 05, 2007 11:14 pm
- Contact:
Post subject: Removing bounce addresses
We recently sent out an e-mail campaign and if I'm reading the logs right we had some e-mails soft bounce around 60 times. Is there a way to stop the resend if it softbounces more than 3 times?
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
AOL?
Those e-mails where probably directed to AOL, right? If AOL does not know you (ie. you are not on their whitelist or EWL) their mail servers send some weird (non RFC compliant) responses which causes OpenEMM to resend mails. We are working on a AOL specific filter solution.
OpenEMM Maintainer