[Rt-commit] rt branch, 4.0/bad-version-of-email-address-module, created. rt-4.0.6-221-g63ba309
Ruslan Zakirov
ruz at bestpractical.com
Thu Jun 28 16:04:16 EDT 2012
The branch, 4.0/bad-version-of-email-address-module has been created
at 63ba30992a4156f70cfe7954b27294098c8417c7 (commit)
- Log -----------------------------------------------------------------
commit 63ba30992a4156f70cfe7954b27294098c8417c7
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date: Thu Jun 28 22:58:18 2012 +0300
avoid Email::Address 1.89[34], too strict
1.893 stopped parsing Unicode characters in any part
where it's not allowed by RFC. Not only in
addr-spec, but also in display-name. This means that
unicode person's name without quotes wouldn't be parsed.
Some MUAs just use Q/B encoding and don't quote display-name
first.
diff --git a/sbin/rt-test-dependencies.in b/sbin/rt-test-dependencies.in
index 282defb..09d40f7 100755
--- a/sbin/rt-test-dependencies.in
+++ b/sbin/rt-test-dependencies.in
@@ -360,6 +360,7 @@ Convert::Color
my %AVOID = (
'DBD::Oracle' => [qw(1.23)],
+ 'Email::Address' => [qw(1.893 1.894)],
);
if ($args{'download'}) {
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list