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, except for one problem: the Sender: header
>in messages is '[email protected]' rather than the
>desired '[email protected]'.
>
>I added this to mm_cfg.py, but it didn't help:
>
>  DEFAULT_EMAIL_HOST = 'lists.foo.org'
>  DEFAULT_URL_HOST = 'lists.foo.org'
>  add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)


And you ran fix_url after this?


>The weird thing is that if I use withlist, it tells me the list
>address is 'lists.foo.org' (I've obfuscated the hostname consistent
>with the rest of this message):
>
>$ withlist -l test
>Loading list test (locked)
>The variable `m' is the test MailList instance
>>>> m.getListAddress('admin')
>'[email protected]'
>>>> m.getListAddress()
>'[email protected]'
>>>>
>
>I undid my patch as a sanity check, but it does what I'd expect: the
>Sender: header is now "[email protected]" rather than
>"[email protected]", but not "[email protected]".
>
>Any ideas?  Thanks.


Your MTA is rewriting the domain in the Sender: header. The FAQ at
<http://wiki.list.org/x/uYA9> might be relevant.

-- 
Mark Sapiro <[email protected]>        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://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to