Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add dns.REFUSED #1458

Merged
merged 1 commit into from
Sep 12, 2022
Merged

add dns.REFUSED #1458

merged 1 commit into from
Sep 12, 2022

Conversation

lucagianfelici
Copy link
Contributor

When a local DNS server does not allow recursion, it can return the error "Query Refused" as told in **RFC1035 Section 4.1.1 RCODE 5**: Refused - The name server refuses to perform the specified operation for policy reasons. For example, a name server may not wish toprovide the information to the particular requester, or a name server may not wish to perform a particular operation (e.g., zone transfer) for particular data. So this is another case which the request shoud go to the next resolver.

NB! Nodemailer is frozen, so no new features please, only bug fixes.

When a local DNS server does not allow recursion, it can return the error "Query Refused" as told in `**RFC1035 Section 4.1.1 RCODE 5**: Refused - The name server refuses to perform the specified operation for policy reasons.  For example, a name server may not wish toprovide the information to the particular requester, or a name server may not wish to perform a particular operation (e.g., zone transfer) for particular data.` So this is another case which the request shoud go to the next resolver.
@andris9 andris9 merged commit 6f40536 into nodemailer:master Sep 12, 2022
@andris9
Copy link
Member

andris9 commented Sep 12, 2022

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants