Changes between Initial Version and Version 1 of mailman_outlook_sender_address


Ignore:
Timestamp:
Sep 10, 2007, 3:06:42 PM (17 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mailman_outlook_sender_address

    v1 v1  
     1== Why do messages sent via mailman display the from address as something like "From listname-bounces+jim=reader.domain.com@mailman.server.com On behalf of fred@poster.domain.com"? ==
     2
     3Most of us expect the From: address to display the person who actually sent the message, not a strange bunch of gobbly-gook.
     4
     5This is an unfortunate problem that only affects Microsoft Outlook. In other words, only the subscribers of your list who use Microsoft Outlook as their email program will experience this situation. Everyone else will see the person who sent the message in the From field.
     6
     7The short explanation is:
     8
     9Every message sent has to "header" fields:
     10
     11 * From - The name and/or email address of the person who sent the message
     12 * Sender - The agent (person or software program) that is responsible for sending the email. This field is optional and is only needed if it is different from the from address.
     13
     14With normal email, the sender field is not necessary. However, with mailman, the sender field is used to process bounce messages. All that gobbly-gook is used by mailman to keep track of which subscribers our bouncing their email so they can be unsubscribed from the list.
     15
     16Outlook is the only email reader (that we are aware of) that displays the Sender address instead of the From address. There are some ways we could hack our mailman version to get around this Outlook problem, however, we don't think it is a stable way to provide these services.
     17
     18A more detailed explanation of the problem is available here:
     19
     20http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq02.003.htp