validator-demo icon indicating copy to clipboard operation
validator-demo copied to clipboard

Hyphenated domains are marked invalid

Open admrply opened this issue 7 years ago • 3 comments

Any domain with a hyphen is marked as invalid, for example: [email protected]

admrply avatar May 24 '17 13:05 admrply

@admrply not any, for example [email protected] this is valid But still there is an issue. Also [email protected] (that the real domain, check it in whois)

vv12131415 avatar May 26 '17 20:05 vv12131415

foo-bar.com is not (currently) a valid domain; it certainly is not publishing any MX records. So it should not be marked as valid.

jeffreykemp avatar May 27 '17 00:05 jeffreykemp

We can reproduce this as well in production with a [email protected] email address. Sending an email to them (over gmail) works, but validating the email using this API fails validation.

RyanPaiva56 avatar Jul 23 '20 15:07 RyanPaiva56