From df4c31d3747c78585d92cccadcc61628e6ea7f44 Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Sat, 4 Aug 2001 01:58:38 +0000 Subject: MAILMAN_OWNER: Removed. MAILMAN_SITE_LIST: Names the "master site list" which must exist, and from which all site-related email appears to come from (e.g. password reminders). --- Mailman/Defaults.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in index 8aa4c6a31..f1541b1aa 100644 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -57,7 +57,7 @@ DEFAULT_URL = 'http://@URL@/mailman/' PUBLIC_ARCHIVE_URL = '/pipermail' HOME_PAGE = 'index.html' -MAILMAN_OWNER = 'mailman-owner@%s' % DEFAULT_HOST_NAME +MAILMAN_SITE_LIST = 'mailman' -- cgit v1.3.1