Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Accented characters in emails are failing validation #155

Open
amcsi opened this issue Mar 21, 2017 · 4 comments
Open

Accented characters in emails are failing validation #155

amcsi opened this issue Mar 21, 2017 · 4 comments
Assignees

Comments

@amcsi
Copy link

amcsi commented Mar 21, 2017

This example email used to validate fine until ZF2 2.9.0: frédéric.mercier@south.com

As far as I can see, it's supposed to be valid according to RFC 6532 http://stackoverflow.com/a/760151/1381550
In theory it should not fail validation, and what was brought in ZF2 2.9.0 is a breaking change.

Was this on purpose?

@Xerkus Xerkus added the bug label Apr 5, 2017
@Xerkus Xerkus self-assigned this Apr 5, 2017
@Xerkus Xerkus added enhancement and removed bug labels Apr 5, 2017
@Xerkus
Copy link
Member

Xerkus commented Apr 5, 2017

Validator does support internationalized local part, previously it was passing due to IDNA false positive bug.

@amcsi
Copy link
Author

amcsi commented Apr 6, 2017

@Xerkus but if the validator yields false for them, it means it clearly doesn't support them.

@Xerkus
Copy link
Member

Xerkus commented Apr 6, 2017 via email

@weierophinney
Copy link
Member

This repository has been closed and moved to laminas/laminas-validator; a new issue has been opened at laminas/laminas-validator#21.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants