summaryrefslogtreecommitdiff
path: root/mailman/Defaults.py
diff options
context:
space:
mode:
authorBarry Warsaw2008-10-06 22:07:04 -0400
committerBarry Warsaw2008-10-06 22:07:04 -0400
commitc7340d712c640fa5992518a7cf16272f634abccc (patch)
tree99057710fbc7b92eaa1720daea4c3a6cd5929cf3 /mailman/Defaults.py
parent6f4351721559e8b7b577d3a01216fec88121ed11 (diff)
parentf0c9fad6372a645981b5c72fe02a6ad62f35790f (diff)
downloadmailman-c7340d712c640fa5992518a7cf16272f634abccc.tar.gz
mailman-c7340d712c640fa5992518a7cf16272f634abccc.tar.zst
mailman-c7340d712c640fa5992518a7cf16272f634abccc.zip
branch merge
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.