ZF-11738: Zend email validator
Description
Recently I came across a wired email address air&breathe-dartford@vcc-cha.com. According to mail server the email address is valid. But when I try to validate this email using Zend_Validate_EmailAddress this returning me false.
I though of reporting it here. I use the latest zend library and my folder structure is zend 1.6 I think.
Comments
Posted by Thomas Weidner (thomas) on 2011-09-13T14:22:57.000+0000
Which options have been used?
Please note that 1.10 is not the latest release. I would propose to try the latest 1.11 release and see if the bug persists in the latest release.
Posted by Karthik Vasudevan (mithralaya) on 2011-09-13T14:28:22.000+0000
We do update our library very often so I am pretty sure that the zend library is uptodate. only the zend folder structure and the config methods are old.
Posted by Karthik Vasudevan (mithralaya) on 2011-09-13T15:15:23.000+0000
The latest SVN version for the zend validate email I got is 24305
Posted by Thomas Weidner (thomas) on 2011-09-13T16:28:37.000+0000
I can not verify this behaviour:
The above example returns true for me.
Posted by Thomas Weidner (thomas) on 2011-10-08T07:46:48.000+0000
Closing as non reproduceable as there is no further response from the reporter