Does anybody know of any good Java/servlet code that handles email bounce processing? When our automated systems send an email that bounces (lots of hotmail bounce if the user has an account but just hasn't logged in the past 30 days), we'd like a "somewhat reliable" mechanism to associate the bounce with a transaction in our system. I'd guess I'd put a special header in so that bounces that return headers or return the original message can be parsed.

I've seen some mailman type code, but they rely on the SMTP server being able to handle mangled email addresses, but that's not generally an option for us as we often need to rely on existing SMTP systems in which at best we can configure the return path to be a given mailbox that we can analyze.

Thanks,
David

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to