You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can see they have a valid MX record (first one) but they also have an invalid one with an empty target. This causes the check in DNSCheckValidation->validateMxRecord to return a DomainAcceptsNoMail error and the whole check to fail.
This is wrong - even though the domain DNS is misconfigured it still contains a valid MX record ( the first one ) so it should pass.