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 can't handle CNAME records #11

Closed
AlexeyDemidov opened this issue Mar 25, 2019 · 1 comment
Closed

[BUG] MX checks can't handle CNAME records #11

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

Comments

@AlexeyDemidov
Copy link

If the domain for MX checks returns a CNAME when a request for MX records will return empty results. According to RFC 5321 Section 5 "If a CNAME record is found, the resulting name is processed as if it were the initial name".

@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 can't handle CNAME records [BUG] MX checks can't handle CNAME records 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