[Rt-commit] rt branch, 4.2-on-4.0/protect-more-chars-while-decoding-headers, updated. rt-4.0.6-225-ged4ba8c

Ruslan Zakirov ruz at bestpractical.com
Wed Apr 17 15:27:24 EDT 2013


The branch, 4.2-on-4.0/protect-more-chars-while-decoding-headers has been updated
       via  ed4ba8c3ff7087ba86729a64a98af64716a0d430 (commit)
      from  358db2c26e22adb37eb622dd5a8ba93615b5c3f1 (commit)

Summary of changes:
 t/mail/specials-in-encodedwords.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit ed4ba8c3ff7087ba86729a64a98af64716a0d430
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date:   Mon Dec 24 22:08:18 2012 +0400

    ';' can not be used to separate emails in Cc field
    
    Semicolon is used to end a group if there is a group, but
    can not be used to separate emails without group.
    
    Tests pass with change and without, but we have code
    on other branch that more strict about header fields
    with mailboxes.

diff --git a/t/mail/specials-in-encodedwords.t b/t/mail/specials-in-encodedwords.t
index f9da9c6..36efcd5 100644
--- a/t/mail/specials-in-encodedwords.t
+++ b/t/mail/specials-in-encodedwords.t
@@ -14,7 +14,7 @@ diag "specials (, and ;) in MIME encoded-words aren't treated as specials";
 From: root at localhost
 Subject: testing mime encoded specials
 Cc: a at example.com, =?utf8?q?d=40example.com=2ce=40example.com=3b?=
-    <b at example.com>; c at example.com
+    <b at example.com>, c at example.com
 Content-Type: text/plain; charset=utf8
 
 here's some content

-----------------------------------------------------------------------


More information about the Rt-commit mailing list