[Mailman-Users] MAILMAN_OWNER (Re: mailman bug?)

Tokio Kikuchi tkikuchi at is.kochi-u.ac.jp
Wed Sep 20 01:14:37 CEST 2000


> 
> Mailman/Defaults.py lists some variables that control the behavior of
> mailman.  The users are expected to leave this file alone and edit
> mm_cfg.py in the same directory. One thing that I have noticed is that
> in some cases DEFAULT_HOST_NAME set in mm_cfg.py does not override the
> value of the same variable in Defaults.py. For example
> DEFAULT_HOST_NAME= 'foo'
> in Defaults.py while I want it to be "baz". So, I added 
> DEFAULT_HOST_NAME= 'baz'
> in mm_cfg.py.  However http://listserver/mailman/listinfo still says
> "Send questions or comments to mailman-owner at foo"

You should have a line below after re-defining DEFAULT_HOST_NAME in mm_cfg.py

MAILMAN_OWNER     = 'mailman-owner@%s' % DEFAULT_HOST_NAME

It's in Default.py and we should realize it be changed ...
but this is itchy. ;-)

--
Tokio



More information about the Mailman-Users mailing list