bmhBodyRules (line 72)
Defined bounce parsing rules for non-standard DSN
array
bmhBodyRules
(string $body, string $structure, [boolean $debug_mode = false])
-
string
$body: body of the email
-
string
$structure: message structure
-
boolean
$debug_mode: show debug info. or not
bmhDSNRules (line 420)
Defined bounce parsing rules for standard DSN (Delivery Status Notification)
array
bmhDSNRules
(string $dsn_msg, string $dsn_report, [boolean $debug_mode = false])
-
string
$dsn_msg: human-readable explanation
-
string
$dsn_report: delivery-status report
-
boolean
$debug_mode: show debug info. or not