From ad31a69ad16ab93e09b500781cbb639875df4747 Mon Sep 17 00:00:00 2001 From: thomascube Date: Wed, 2 May 2012 16:58:26 +0000 Subject: Upgraded to PEAR::Mail_Mime 1.8.3 --- program/lib/Mail/mimePart.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/lib/Mail') diff --git a/program/lib/Mail/mimePart.php b/program/lib/Mail/mimePart.php index a1cf111de..821990ee0 100644 --- a/program/lib/Mail/mimePart.php +++ b/program/lib/Mail/mimePart.php @@ -807,7 +807,7 @@ class Mail_mimePart // 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 = ''; -- cgit v1.2.3