Michael Kabot wrote: > > I've got this all working well. The ONLY issue that I can see is that I > need to have mailman munge two email addresses... > - In the mail that is forwarded to the list members, the Reply-To and "on > behalf of" of the person who sent the email needs to be put back in. Based > on the forwarding, it is showing up as <virtual domain name>-<list name> > - In that same email, change the <virtual domain name>-<list name>-bounces > email to just <list name>-bounces. > > Can someone help me with two things > 1. I need a pointer to where in the code to do the munge above. > 2. Any gotcha's you can think of to this idea?
These are all in SMTPDirect.py, but they are tricky because bounce processing is involved. See <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq02.003.htp> for some discussion of this. There was also a recent discussion of sender header munging on this list. See <http://mail.python.org/pipermail/mailman-developers/2006-April/thread.html>, <http://mail.python.org/pipermail/mailman-developers/2006-May/thread.html> and <http://mail.python.org/pipermail/mailman-developers/2006-July/thread.html>, and look for threads "Sender field" and "effects of not rewriting the Sender header". -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan _______________________________________________ Mailman-Developers mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-developers Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-developers%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
