Read the FAQ Luke (the entry Brad suggested). See near the bottom of this FAQ page:
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq02.003.htp for a hack to "improve" what Outlook displays in its GUI field by modifying the Sender field on the outbound mail from Mailman. The line number in Mailman/Handlers/SMTPDirect.py is 353 in MM 2.1.6 (near the top of the function def bulkdeliver). Contrary to Mark's assertion, this should not break bounce handling because the return address for bounce processing should be taken from the SMTP envelope From not from the Sender: header field of the message. These two values do not have to be the same. Mark Sapiro msapiro at value.net wrote: paul collen wrote: > >Yep, works fine in any client apart from Outlook!! ;o) > >Does anybody know how to manually edit the Sender address mailman uses? If you do this (by modifying code), you'll break automated bounce processing. -- Mark Sapiro <msapiro at value.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] 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&file=faq01.027.htp
