/phpmailer-bmh_rules.php

Description
Functions
bmhBodyRules (line 72)

Defined bounce parsing rules for non-standard DSN

  • return: an array include the following fields: 'email', 'bounce_type','remove','rule_no','rule_cat' if we could NOT detect the type of bounce, return rule_no = '0000'
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)

  • return: an array include the following fields: 'email', 'bounce_type','remove','rule_no','rule_cat' if we could NOT detect the type of bounce, return rule_no = '0000'
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

Documentation generated on Wed, 21 Jan 2009 13:56:59 -0500 by phpDocumentor 1.3.0RC3