ZF-11222: Email validation passed where previously failed
Description
Hi,
I use the Zend_Validate_EmailAddress to validate email addresses for my email program. About three days ago the validator failed the following email addresses :
test@test.co. test@test.co.za. etc Note the full stop at the end.
Today I find that the validator passes these email addresses which is obviously wrong.
Is this a bug?
Regards
Comments
Posted by Thomas Weidner (thomas) on 2011-03-25T17:48:16.000+0000
The question is: What have you changed? When the code is the same and also the settings are the same then the change must be eigther related to the used input or to the response from the network on the MX request when this is configured to be used.
Posted by Adam Lundrigan (adamlundrigan) on 2011-06-07T16:14:50.000+0000
Fixed by ZF-11451
Posted by Thomas Weidner (thomas) on 2011-08-25T20:30:28.000+0000
Fixed in ZF2 with GH-279