diff options
| author | Barry Warsaw | 2008-09-28 15:55:09 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2008-09-28 15:55:09 -0400 |
| commit | 39f1395cd1640fd639a2c824611fa1ad9f09a929 (patch) | |
| tree | c3d0492dce4f2e912aea3aa616ce9a2881379197 /mailman/Defaults.py | |
| parent | 512145d93efc318adc0250dd53f4a53d8738f679 (diff) | |
| download | mailman-39f1395cd1640fd639a2c824611fa1ad9f09a929.tar.gz mailman-39f1395cd1640fd639a2c824611fa1ad9f09a929.tar.zst mailman-39f1395cd1640fd639a2c824611fa1ad9f09a929.zip | |
Diffstat (limited to 'mailman/Defaults.py')
| -rw-r--r-- | mailman/Defaults.py | 4 |
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. |
