summaryrefslogtreecommitdiff
path: root/Mailman
diff options
context:
space:
mode:
authorbwarsaw2003-06-26 15:00:17 +0000
committerbwarsaw2003-06-26 15:00:17 +0000
commit8fb2d5bc4406e6aa2d47b5e44ec8112dac69c557 (patch)
tree4bb510ac4d14cbd3e82e944ae9e4fa1d31176392 /Mailman
parenta1f733b360c7c03c91e09a3b8002a2621ad88d4b (diff)
downloadmailman-8fb2d5bc4406e6aa2d47b5e44ec8112dac69c557.tar.gz
mailman-8fb2d5bc4406e6aa2d47b5e44ec8112dac69c557.tar.zst
mailman-8fb2d5bc4406e6aa2d47b5e44ec8112dac69c557.zip
PUBLIC_EXTERNAL_ARCHIVER, PRIVATE_EXTERNAL_ARCHIVER: Add %(hostname)s
to the substitution strings allowed in these variables.
Diffstat (limited to 'Mailman')
-rw-r--r--Mailman/Defaults.py.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in
index 78482eb0a..e1a16854c 100644
--- a/Mailman/Defaults.py.in
+++ b/Mailman/Defaults.py.in
@@ -233,7 +233,11 @@ DEFAULT_DIGEST_VOLUME_FREQUENCY = 1
# attributes) the internal Pipermail archiver is used. This is the default if
# both of these variables are set to No. When either is set, the value should
# be a shell command string which will get passed to os.popen(). This string
-# can contain %(listname)s for dictionary interpolation. The name of the list
+# can contain the following substitution strings:
+#
+# %(listname)s -- gets the internal name of the list
+# %(hostname)s -- gets the email hostname for the list
+#
# being archived will be substituted for this. Please note that os.popen() is
# used.
#