diff options
| author | mailman | 1998-02-25 17:13:43 +0000 |
|---|---|---|
| committer | mailman | 1998-02-25 17:13:43 +0000 |
| commit | e0340b2ac8a1f8239f1dbc040cc73c01407be9c7 (patch) | |
| tree | 68a26fee61bd47c6865234dd5c1f3c1cc0fc4dec /modules/mm_cfg.py | |
| parent | 95009cc769318f63842c84aaee9bd2389b2f247c (diff) | |
| download | mailman-e0340b2ac8a1f8239f1dbc040cc73c01407be9c7.tar.gz mailman-e0340b2ac8a1f8239f1dbc040cc73c01407be9c7.tar.zst mailman-e0340b2ac8a1f8239f1dbc040cc73c01407be9c7.zip | |
Make MAILMAN_OWNER a person, not the system.
Diffstat (limited to 'modules/mm_cfg.py')
| -rw-r--r-- | modules/mm_cfg.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mm_cfg.py b/modules/mm_cfg.py index 53786149f..3803c0a7b 100644 --- a/modules/mm_cfg.py +++ b/modules/mm_cfg.py @@ -23,7 +23,7 @@ DEFAULT_URL = 'http://%s/mailman/' % DEFAULT_HOST_NAME TEMPLATE_DIR = os.path.join(MAILMAN_DIR, 'templates') ARCHIVE_URL = 'http://%s/~mailman/archives' % DEFAULT_HOST_NAME HOME_PAGE = 'index.html' -MAILMAN_OWNER = 'mailman@%s' % DEFAULT_HOST_NAME +MAILMAN_OWNER = 'mailman-owner@%s' % DEFAULT_HOST_NAME # Enumeration for types of configurable variables in Mailman. |
