How to send Bounce mails to different domain

Use this forum for all questions related to bounce management of OpenEMM

Moderator: moderator

unhuman
Posts: 46
Joined: Mon Jan 23, 2012 10:29 pm

Re: How to send Bounce mails to different domain

Post by unhuman »

We're (roped in another guy at work to help out) currently working on code to poll for bounces from email addresses (amongst other things). Nowhere near completed, but, initially, at least we're leveraging: http://javaclue.blogspot.com/2009/09/de ... art-1.html to parse out bounces...

Additionally, Amazon SES (either through API or SMTP) short circuits repeated bounces by putting those addresses on a blacklist, so detection there is necessary as well - pretty easy, but not integrated.

-H