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

deprecated, undefinded v7 #1

Closed Lechus closed 11 years ago

Lechus commented 11 years ago

Function split() is deprecated,

Undefined index: Received Location:bounce_driver.class.php on line 412

Undefined index: X-loop

Use of undefined constant boundary - assumed 'boundary' - line405 Undefined index: Feedback-type line269 Undefined index: Received line453

cfortune commented 11 years ago

out of date codebase. (will update soon sigh).

http://anti-spam-man.com/php_bouncehandler/

Lechus commented 11 years ago

v7 from http://anti-spam-man.com/php_bouncehandler/ bounce_driver.class.php 33KB Mar 11 2011 05:33:36 PM has the same out-of-date code.