[Pkg-mailman-hackers] Bug#398684: mailman: Hostname settings are ignored when generating admin emails

Lionel Elie Mamane lionel at mamane.lu
Wed Nov 15 10:05:29 CET 2006


On Tue, Nov 14, 2006 at 05:18:51PM -0800, Chris Adams wrote:

> Unfortunately the email address generated for subscription requests
> and other admin messages is generated incorrectly as
> "server.example.edu" and so these requests bounce.

> After a fair amount of searching it appears that this is not
> supposed to be possible as long as DEFAULT_EMAIL_HOST is set
> correctly. Postfix is not configured to masquerade email.

Have you created the list before setting DEFAULT_EMAIL_HOST and/or
DEFAULT_URL_HOST correctly? In this case, you need to call:

 /var/lib/mailman/bin/withlist -l -r fix_url ${LISTNAME}

Else, please do the following:

/var/lib/mailman/bin/withlist -i ${LISTNAME}
m.getListAddress('request')
m.GetListEmail()
m.GetRequestEmail()
m.internal_name()
m.host_name
m.GetConfirmEmail("foo")

What are the answers?

-- 
Lionel




More information about the Pkg-mailman-hackers mailing list