ZF-12529: Zend_Mail function _formatAddress not following RFC2822
Description
When the name in the From address contains a dot, the name should be enclosed in double quotes. Although the code checks a lot of characters that require the quotes ( ()<>[]:;@\, ), the dot is missing.
The fix is obvious and simple: Just add a dot to the string on line 1267 (version 1.12.1) in Zend/Mail.php.
Comments
Posted by Ralph Schindler (ralph) on 2013-04-05T16:06:58.000+0000
This issue has been closed on Jira and moved to GitHub for issue tracking. To continue following the resolution of this issues, please visit: https://github.com/zendframework/zf1/issues/59