Closed
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
.