summaryrefslogtreecommitdiff
path: root/mailman/Defaults.py
diff options
context:
space:
mode:
Diffstat (limited to 'mailman/Defaults.py')
-rw-r--r--mailman/Defaults.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mailman/Defaults.py b/mailman/Defaults.py
index 1f862657d..a0aad0b8e 100644
--- a/mailman/Defaults.py
+++ b/mailman/Defaults.py
@@ -236,8 +236,8 @@ DEFAULT_DIGEST_VOLUME_FREQUENCY = 1
# be a shell command string which will get passed to os.popen(). This string
# can contain the following substitution strings:
#
-# %(listname)s -- gets the internal name of the list
-# %(hostname)s -- gets the email hostname for the list
+# $listname -- gets the internal name of the list
+# $hostname -- gets the email hostname for the list
#
# being archived will be substituted for this. Please note that os.popen() is
# used.