thomascube
2012-05-02 e5b5162b77d5b8929ad388797c845ffaaba6c306
Upgraded to PEAR::Mail_Mime 1.8.3
1 files modified
2 ■■■ changed files
program/lib/Mail/mimePart.php 2 ●●● patch | view | raw | blame | history
program/lib/Mail/mimePart.php
@@ -807,7 +807,7 @@
        // Structured header (make sure addr-spec inside is not encoded)
        if (!empty($separator)) {
            // Simple e-mail address regexp
            $email_regexp = '(\S+|("[^\r\n"]+"))@\S+';
            $email_regexp = '([^\s<]+|("[^\r\n"]+"))@\S+';
            $parts = Mail_mimePart::_explodeQuotedString($separator, $value);
            $value = '';