Hi, Does anyone knows why Zend_Validate_EmailAddress accepts emails with a dot at the end?
Example:
$validate = new Zend_Validate_EmailAddress();
var_dump($validate->isValid('[email protected].')); // returns true
I guess this shouldn't be validated, right?
I tried modifying the options but it always returns true.
Regards,
Fernando Morgenstern
[email protected]
--
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]
