Skip to content

[QUESTION] A DNS error causes MX lookup to break MX enumeration #26

Closed
@AlexeyDemidov

Description

In a situation when we have unresolvable primary MX record but healthy backup MX records

MX 0 unresolvable.example.com.
MX 10 healthy1.example.com.
MX 20 healthy2.example.com.

validator won't be able to find backup records as a loop in mx_records method will stop on the first Resolv::ResolvError.

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions