PHP-Bounce-Handler icon indicating copy to clipboard operation
PHP-Bounce-Handler copied to clipboard

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 fo...

Results 19 PHP-Bounce-Handler issues
Sort by recently updated
recently updated
newest added

Autoresponder detection was just a little too agressive under 7.4 Added new vacation auto-responder samples

The newest version I found still can't cope with lines that have been split up by different rules of the max. linesize, like The mail system <xxxxxxxxxxxxxxxxxxxxxx>: maildir delivery failed:...

http://anti-spam-man.com/php_bouncehandler/ When you go there a popup appears saying you have a virus and a computer voice speaks a warning message. Can someone please take this link out of the...

A lot of messages: Notice: Undefined offset: 2 in PHP-Bounce-Handler/bounce_driver.class.php on line 507

Currently, there is no option for that.

Please don't forgot about different configurations

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...

Hello cfortune, I am using your repo to filter bounce mail bun it doesn't work for me. Sample email is below ``` Delivered-To: [email protected] Received: by 10.27.14.129 with SMTP id...

Fixes the use of /e in preg_replace as per @Orayi suggestion in https://github.com/cfortune/PHP-Bounce-Handler/issues/16 (see commit 165ce06 ). Lots of other changes including: - Change code formatting to be based more...