Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

new rules - host or domain name not found #20

Open
tasmer opened this issue Aug 25, 2014 · 0 comments
Open

new rules - host or domain name not found #20

tasmer opened this issue Aug 25, 2014 · 0 comments

Comments

@tasmer
Copy link

tasmer commented Aug 25, 2014

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant