cfortune / PHP-Bounce-Handler

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 the class to support them. It can extract the the address of the recipient that bounced as well the mail server response status code.
http://anti-spam-man.com/php_bouncehandler/
118 stars 72 forks source link

Update bounce_driver.class.php #18

Open DarkSorrow opened 9 years ago

DarkSorrow commented 9 years ago

Added a diagnostic attribute in the output when it is possible, and get the last code error of this value to get a more precise error code. Changed the split to explode since split is deprecated and give notice.

tribulant commented 9 years ago

Agreed...

Deprecated: Function split() is deprecated in bounce_driver.class.php on line 110