8000 new rules - host or domain name not found · Issue #20 · hippich/PHPMailer-BMH · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
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.
new rules - host or domain name not found #20
Open
@tasmer

Description

@tasmer

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0