summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormailman1998-03-29 03:58:56 +0000
committermailman1998-03-29 03:58:56 +0000
commitf4888cd1ae3487b530a336ff953668f6bc3963e3 (patch)
treed4a4d2fd80d908c3ecd9835348a58c1ae42cc6f4
parent01682a82d97143203eb2e593fced13600e3708f4 (diff)
downloadmailman-f4888cd1ae3487b530a336ff953668f6bc3963e3.tar.gz
mailman-f4888cd1ae3487b530a336ff953668f6bc3963e3.tar.zst
mailman-f4888cd1ae3487b530a336ff953668f6bc3963e3.zip
Track changes to our defaults, including new default pipermail
location.
-rw-r--r--Mailman/mm_cfg.py.dist.in4
-rw-r--r--modules/mm_cfg.py.in4
2 files changed, 2 insertions, 6 deletions
diff --git a/Mailman/mm_cfg.py.dist.in b/Mailman/mm_cfg.py.dist.in
index e36c341b0..602c96daf 100644
--- a/Mailman/mm_cfg.py.dist.in
+++ b/Mailman/mm_cfg.py.dist.in
@@ -29,10 +29,8 @@ DEFAULT_HOST_NAME = 'python.org'
MAILMAN_OWNER = 'mailman-owner@%s' % DEFAULT_HOST_NAME
SENDMAIL_CMD = '/usr/lib/sendmail -f %s %s'
DEFAULT_URL = 'http://www.python.org/mailman'
-ARCHIVE_URL = 'http://www.python.org/~mailman/archives'
+ARCHIVE_URL = 'http://www.python.org/pipermail'
# Once we know our home directory we can figure out the rest.
HOME_DIR = '/home/mailman'
MAILMAN_DIR = '/home/mailman/mailman'
-# Subscription list restricted to list members until we finish spider hider.
-DEFAULT_CLOSED = 1
diff --git a/modules/mm_cfg.py.in b/modules/mm_cfg.py.in
index e36c341b0..602c96daf 100644
--- a/modules/mm_cfg.py.in
+++ b/modules/mm_cfg.py.in
@@ -29,10 +29,8 @@ DEFAULT_HOST_NAME = 'python.org'
MAILMAN_OWNER = 'mailman-owner@%s' % DEFAULT_HOST_NAME
SENDMAIL_CMD = '/usr/lib/sendmail -f %s %s'
DEFAULT_URL = 'http://www.python.org/mailman'
-ARCHIVE_URL = 'http://www.python.org/~mailman/archives'
+ARCHIVE_URL = 'http://www.python.org/pipermail'
# Once we know our home directory we can figure out the rest.
HOME_DIR = '/home/mailman'
MAILMAN_DIR = '/home/mailman/mailman'
-# Subscription list restricted to list members until we finish spider hider.
-DEFAULT_CLOSED = 1