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

[BUG] MX checks don't check for presence of A record if MX records are missing #10

Closed
AlexeyDemidov opened this issue Mar 25, 2019 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@AlexeyDemidov
Copy link

According to RFC 5321 Section 5 if there are no MX records found then if A record for the domain exists it should be treated as an implicit MX record with a preference 0.

@bestwebua bestwebua self-assigned this Mar 28, 2019
@bestwebua bestwebua added the bug Something isn't working label Mar 28, 2019
bestwebua added a commit that referenced this issue Apr 1, 2019
Implement MX lookup
Implement .valid? helper
Implement Configuration#retry_count
Implement ResolverExecutionWrapper
Update documentation
Update gem version
@bestwebua
Copy link
Member

Thank you, Alexey 👍 Fixed!

@bestwebua bestwebua changed the title MX checks don't check for presence of A record if MX records are missing [BUG] MX checks don't check for presence of A record if MX records are missing Nov 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants