Skip to content
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

An email address must not exceed 254 characters. #1005

Closed
meetDeveloper opened this issue Mar 23, 2019 · 5 comments
Closed

An email address must not exceed 254 characters. #1005

meetDeveloper opened this issue Mar 23, 2019 · 5 comments

Comments

@meetDeveloper
Copy link

See this stackoverflow question.

According to RFC 3696, email address can only be up to 254 characters. Currently validator does not do this check.

@profnandaa
Copy link
Member

It looks like we can live with this, I don't see any big value add, IMHO. cc. @chriso

@meetDeveloper
Copy link
Author

@profnandaa It's about the use of the module, validator says that it validates email id, but if it miss such a important thing, it won't be doing what it states it does, validate an email address.

@kylechine
Copy link

I found it only accept max. 72 characters as a valid email address. Strange.

@meetDeveloper
Copy link
Author

@winfredkqin Actually, it is like between dots there could be max 72 characters.

abcdefggdfwtgfjghfgjkgcytxdjhkfj.dtsdthgfjyryhgdjhfkfjhftyryfhngjkgu@gmail.com

@chriso
Copy link
Collaborator

chriso commented May 23, 2019

Fixed by #1007.

@chriso chriso closed this as completed May 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants