-
Notifications
You must be signed in to change notification settings - Fork 72
/
README.txt
32 lines (23 loc) · 931 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
PHP Bounce Handler
INSTALL
-------
Upload to a website, and open testdriver1.php in a web browser
for normal operation only
bounce_driver_class.php and bounce_statuscodes.php are required
RELEASE HISTORY
---------------
v7.4 SB June 19, 2014
- make auto-responder identification table driven
- make bounce_statuscodes.php (prev rfc1893_status_codes.php) generated from IANA list
php Make_statuscodes.php >bounce_statuscodes.php
- allow for rfc status codes with 2 digits in the 3rd paramater
- more supression for php notifications on undefined data
- better detection and field definition for FBL handling
- remove spaces in joined header lines
- remove invalid/redundant implode operations
- add two new sample emails 61,62
- add command line test tool (cmdlinetest.php)
v7.3 CF July 4, 2013
- Replaced deprecated split() function.
- Added auto-responder identification filter.
- Suppressed php Notice errors.