Skip to content

Commit

Permalink
"no mx record found for domain=..." is "HostUnknwon"
Browse files Browse the repository at this point in the history
  • Loading branch information
azumakuniyuki committed Jun 1, 2024
1 parent e492157 commit 8e0704f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions lib/Sisimai/Reason/HostUnknown.pm
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ sub match {
'host unreachable',
'mail domain mentioned in email address is unknown',
'name or service not known',
'no mx record found for domain=',
'no such domain',
'recipient address rejected: unknown domain name',
'recipient domain must exist',
Expand Down
1 change: 0 additions & 1 deletion lib/Sisimai/Reason/NotAccept.pm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ sub match {
'host does not accept mail', # Sendmail
'mail receiving disabled',
'name server: .: host not found', # Sendmail
'no mx record found for domain=', # Oath(Yahoo!)
'no route for current request',
'smtp protocol returned a permanent error',
];
Expand Down

0 comments on commit 8e0704f

Please sign in to comment.