You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.
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 :
<[email protected]>: Host or domain name not found. Name service error for
name=surlalune.lu type=AAAA: Host not found
Final-Recipient: rfc822; [email protected]
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I redirected the bounce on gmail and phpmailer not recognizes the bounce type.
I add this rule :
Here the mail content :
The text was updated successfully, but these errors were encountered: