← Back to team overview

registry team mailing list archive

[Bug 659975] Re: mailman breaks CC field incorrectly when spread over multiple lines

 

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@xxxxxxxxxxxxxxxxxxxxxx
RCPT TO: test-list@xxxxxxxxxxxxxxxxxxxxxx
DATA
Subject: Test
Cc: test-list@xxxxxxxxxxxxxxxxxxxxxx, "user two" <user2@xxxxxxxxxxxxxxxxxxxxxx>, user
          three <user3@xxxxxxxxxxxxxxxxxxxxxx>

Test Email
.
QUIT

- got the following header after it got delivered to user1 (which is a
member):

From: user1@xxxxxxxxxxxxxxxxxxxxxx
Cc: user@xxxxxxxxxxxxxxxxxxxxxx, test-list@xxxxxxxxxxxxxxxxxxxxxx,
        three <user3@xxxxxxxxxxxxxxxxxxxxxx>
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@xxxxxxxxxxxxxxxxxxxxxx
Cc: user three <user3@xxxxxxxxxxxxxxxxxxxxxx>,
        test-list@xxxxxxxxxxxxxxxxxxxxxx
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 Registry
Administrators, which is the registrant for Debian.