Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 18 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,30 @@ PHP Bounce Handler

INSTALL
-------
Download php.bouncehandler.vX.Y.zip (where X.Y match latest version)
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
for normal operation only bounce_driver_class.php and bounce_statuscodes.php are required



RELEASE HISTORY
---------------
v7.8 VP August 10, 2015
- minor fixes to eliminate notices

v7.7 VP April 10, 2015
- fixed incorrect original letter discovery in some cases

v7.6 VP April 9, 2015
- added discovery of original letters from weird FBLs

v7.5 VP April 6, 2015

- now it's stable
- fixed tons of errors - warnings, notices etc...
- some code optimizations
- get_the_facts() result now looks slightly like bouncehammer's one

v7.4 SB June 19, 2014

- make auto-responder identification table driven
Expand Down
Loading