-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Email "////@////.////" is allowed #639
Comments
Doesn't seem to violate the rules. I don't think email email string validation is supposed to replace actually testing that the email works through some kind of signup email flow, so hopefully your application is already handling technically valid but unknown email addresses like this. FWIW: I definitely don't think we should be in the business of validating TLDs or anything like that. |
Turns out almost every damn thing is a valid email: https://stackoverflow.com/questions/201323/how-can-i-validate-an-email-address-using-a-regular-expression And in any case it's better to err on the side of permissiveness here. |
I'm not an expert but shouldnt this fail?
https://runkit.com/embed/jnfvsg1uveyr
The text was updated successfully, but these errors were encountered: