[Rt-commit] rt branch, 4.0/use-valid-cc-field-in-test, created. rt-4.0.8-295-gf090895
Ruslan Zakirov
ruz at bestpractical.com
Mon Dec 24 13:12:39 EST 2012
The branch, 4.0/use-valid-cc-field-in-test has been created
at f0908959d078f5b0d915980fa83b5ebc407597aa (commit)
- Log -----------------------------------------------------------------
commit f0908959d078f5b0d915980fa83b5ebc407597aa
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