6 ms·
would be nice if what valid means was clearly defined before the test. what the rfc's regex allows is probably the least useful way to think about email validat
by rpgraham84 1y ago
would be nice if what valid means was clearly defined before the test. what the rfc's regex allows is probably the least useful way to think about email validation.
- mdaniel 1y agoI see some of the sibling comments seem to imply that "valid" means that it's deliverable at that moment in time, which would make producing a quiz like this some nonsense because then they'd have to actually register xn--tp8h as a domain, and create an MX record for it
- samwho 1y agoI do have a short sentence on the homepage saying I used https://github.com/jackbearheart/email-addresses https://github.com/jackbearheart/email-addresses as the validator for the examples. It could be more clearly defined, though.