From 8fb2d5bc4406e6aa2d47b5e44ec8112dac69c557 Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Thu, 26 Jun 2003 15:00:17 +0000 Subject: PUBLIC_EXTERNAL_ARCHIVER, PRIVATE_EXTERNAL_ARCHIVER: Add %(hostname)s to the substitution strings allowed in these variables. --- Mailman/Defaults.py.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Mailman') 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. # -- cgit v1.3.1