[Bug 659975] Re: mailman breaks CC field incorrectly when spread over multiple lines
Imre Gergely
gimre at narancs.net
Wed Dec 1 21:03:51 GMT 2010
I've tested the package from -proposed according to the test case and it
seems to work. Below some details.
- set up test-list with user1 and user2 as test users, and user3 NOT a member
- sent a mail to the list, like this:
HELO localhost
MAIL FROM: user1 at hh-mailman.narancs.net
RCPT TO: test-list at hh-mailman.narancs.net
DATA
Subject: Test
Cc: test-list at hh-mailman.narancs.net, "user two" <user2 at hh-mailman.narancs.net>, user
three <user3 at hh-mailman.narancs.net>
Test Email
.
QUIT
- got the following header after it got delivered to user1 (which is a
member):
From: user1 at hh-mailman.narancs.net
Cc: user at hh-mailman.narancs.net, test-list at hh-mailman.narancs.net,
three <user3 at hh-mailman.narancs.net>
Subject: [Test-list] Test
- notice the user@ ... email address which is wrong
After activating -proposed and installed 2.1.9-9ubuntu1.1, sent the same
message and got the correct header:
From: user1 at hh-mailman.narancs.net
Cc: user three <user3 at hh-mailman.narancs.net>,
test-list at hh-mailman.narancs.net
Subject: [Test-list] Test
I can confirm that the package from -proposed fixes this bug.
--
mailman breaks CC field incorrectly when spread over multiple lines
https://bugs.launchpad.net/bugs/659975
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mailman in ubuntu.
More information about the Ubuntu-server-bugs
mailing list