Re: [Mailman-Users] Puzzle Regarding Sender Header

2010-01-19 Thread David Eisner
On Fri, Jan 15, 2010 at 10:23 PM, Mark Sapiro wrote: > Your MTA is rewriting the domain in the Sender: header. The FAQ at > might be relevant. This puts me on the right track: Sendmail is definitely rewriting the headers. I verified this by sending a message from th

[Mailman-Users] Puzzle Regarding Sender Header

2010-01-15 Thread David Eisner
I just moved a Mailman setup from one server to another. This is Mailman 2.1.12, with one modification, described in this message:[1] Basically, I change the Sender header in SMTPDirect.py so it comes from the -admin address rather than the -bounce address: # msg['Sender'] = envsender msg

Re: [Mailman-Users] Puzzle Regarding Sender Header

2010-01-15 Thread Mark Sapiro
David Eisner wrote: > >The reverse DNS mapping for 127.0.0.2 points to intranet.foo.org. > >I've set the host_name for all the lists to be 'lists.foo.org'. I >also set DEFAULT_EMAIL_HOST and DEFAULT_URL_HOST to 'lists.foo.org'. >I also ran fix_url for all the lists. > >Everything is working fine,