-
Notifications
You must be signed in to change notification settings - Fork 86
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
Validation failures #29
Comments
alexdunae
added a commit
that referenced
this issue
Aug 9, 2022
Allow joining multiple atoms, e.g. [email protected] aa."bb"@example.com "aa"."bb"@example.com See #29
alexdunae
added a commit
that referenced
this issue
Aug 9, 2022
Allow joining multiple atoms, e.g. [email protected] aa."bb"@example.com "aa"."bb"@example.com See #29
alexdunae
added a commit
that referenced
this issue
Aug 9, 2022
Allow joining multiple atoms, e.g. [email protected] aa."bb"@example.com "aa"."bb"@example.com See #29
Here's a nice test suite with a pretty exhaustive set of email addresses, including the distinction between "public internet" and "strictly allowed" modes which seems useful... https://code.iamcal.com/php/rfc822/tests/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't know how reliable the valid and invalid lists are on this wikipedia page
http://en.wikipedia.org/wiki/Email_address#Valid_email_addresses
but I have encountered a failing test for the following addresses -
should be invalid
should be valid
spec/models/user.rb
The text was updated successfully, but these errors were encountered: