[Mailman-Users] MAILMAN_OWNER variable

Darren Wyn Rees darren at A470.com
Sun Dec 8 21:45:06 CET 2002


Having difficulty setting this variable so that the main list
page shows mailman-owner at host.

I've set the following in Defaults.py

DEFAULT_EMAIL_HOST = 'my.host.here'
DEFAULT_URL_HOST = 'my.host.here'
DEFAULT_URL_PATTERN = 'http://%s/mailman/'

# For backwards compatibility.  Note: DEFAULT_URL_PATTERN must end in a slash!
DEFAULT_HOST_NAME = DEFAULT_EMAIL_HOST
DEFAULT_URL       = DEFAULT_URL_PATTERN % DEFAULT_URL_HOST

HOME_PAGE         = 'index.html'
MAILMAN_SITE_LIST = 'mailman'
MAILMAN_OWNER     = 'mailman-owner@%s' % DEFAULT_HOST_NAME

But the page persists displaying "Send questions or comments to mailman at my.host.here"

-- 
Darren



More information about the Mailman-Users mailing list