You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Php Bounce Handler v7.3 July 4, 2013.
Replaced deprecated split() function.
Added auto-responder identification filter.
Suppressed php Notice errors.
Instructions:
Upload to a website, and open testdriver1.php in a web browser
About
This class can be used to parse bounced message reports. It parses e-mail messages with multipart report content type formatted according to RFC 1892 and 1894 documents. If the bounce is not well formed, it also tries to extract some useful information. Exim is supported, partially. Please send bounce messages from your busted MTA, I'll extend t…