Chris Waltham wrote:

>On Mar 18, 2008, at 3:12 PM, [EMAIL PROTECTED] wrote:
>
>> I have the same problem with my lists.
>> Until recently we ran on an old version of Mailman.
>> Users with Outlook saw messages coming from <listname>[EMAIL PROTECTED] 
>>  on behalf of
>> <sender>
>>
>> Now they see messages coming from <listname>[EMAIL PROTECTED] on  
>> behalf of <sender>
>
>I just noticed the same thing going from Mailman 2.0.12 to 2.1.9.
>
>Interesting...


Mailman 2.0.x had no automated bounce processing, so the envelope
sender was sent to [EMAIL PROTECTED] so that the list admin would see
the bounces and be able to react to them manually.

With the advent of automated bounce processing in Mailman 2.1, the
envelope sender is sent to [EMAIL PROTECTED] and mail to that
address is processed automatically as a bounce.

In an attempt to avoid confusion, the [EMAIL PROTECTED] address was
deprecated in favor of [EMAIL PROTECTED]

None of this is directly relevant to MS Outlook's "on behalf of"
display which uses the Sender: header, not the envelope sender.

Mailman, in an attempt to accommodate non compliant MTAs which might
return DSNs (bounces) to other than the envelope sender, puts the
bounce processing address in the Sender: and Errors-To: headers of the
message. Outlook actually uses the Sender: header and displays

   From: <sender> on behalf of <from>

instead of the

   From: <from>

displayed by most other MUAs.

Mailman's insertion of the bounce processing address in the Sender:
header is not completely wrong, but it probably isn't the best choice.
This will probably change in Mailman 2.2.

-- 
Mark Sapiro <[EMAIL PROTECTED]>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to