Comment 19 for bug 659975

Revision history for this message
Imre Gergely (cemc) wrote :

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: <email address hidden>
RCPT TO: <email address hidden>
DATA
Subject: Test
Cc: <email address hidden>, "user two" <email address hidden>, user
          three <email address hidden>

Test Email
.
QUIT

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

From: <email address hidden>
Cc: <email address hidden>, <email address hidden>,
        three <email address hidden>
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: <email address hidden>
Cc: user three <email address hidden>,
        <email address hidden>
Subject: [Test-list] Test

I can confirm that the package from -proposed fixes this bug.