This repository was archived by the owner on Mar 12, 2021. It is now read-only.
This repository was archived by the owner on Mar 12, 2021. It is now read-only.
Open
Description
I redirected the bounce on gmail and phpmailer not recognizes the bounce type.
I add this rule :
elseif( preg_match( "/Host or domain name not found/is", $diag_code ) ) { $result['rule_cat'] = 'unknown'; $result['rule_no'] = '0237'; $result['bounce_type'] = '5.4.4'; }
Here the mail content :
<io@surlalune.lu>: Host or domain name not found. Name service error for name=surlalune.lu type=AAAA: Host not found Final-Recipient: rfc822; io@surlalune.lu Action: failed Status: 5.4.4 Diagnostic-Code: X-Postfix; Host or domain name not found. Name service error for name=surlalune.lu type=AAAA: Host not found
Metadata
Metadata
Assignees
Labels
No labels