HEX
Server: Apache/2.4.57 (Ubuntu) mod_fcgid/2.3.9 OpenSSL/3.0.2
System: Linux vmi267337.contaboserver.net 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
User: ohirex (1008)
PHP: 8.2.8
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,exec,system,passthru,shell_exec
Upload Files
File: /home/ohirex/web/ohirex.com/public_html/wp-content/plugins/mailster/classes/libs/bounce/README.txt
PHP Bounce Handler

INSTALL
-------
Upload to a website, and open testdriver1.php in a web browser



RELEASE HISTORY
---------------
v7.4.3 SB  Dec 2014
 - add a softlink for rfc1893.error.codes.php -> bounce_statuscodes.php
 - fix a fatal error with format_status_code returning the wrong datatype
 - remove zip from distro (github will do that automagically)
 - more autoresponse catchers
 - handler broken MTAs better

v7.4.2 SB  Oct 24, 2014
 - slightly less agressive bounce detection; only calls last chance if we
    see specific from/return-path
 - added a couple more autoreponder subject line checks
 - allows it to find email addresses new TLDs that are more than 4 chararters
 - more supression for php notifications on undefined data

v7.4.1 SB  Oct 22, 2014
- fix autoresponder detection.  A lot of bounces were incorrectly being
   caught as autoresponders
- added vacation/autoresponder examples
- minor fix in command line test tool

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.