aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Defaults.py.in
diff options
context:
space:
mode:
authortkikuchi <>2005-03-28 03:20:38 +0000
committertkikuchi <>2005-03-28 03:20:38 +0000
commit2f3d53de6902c66d3e0a2a358a285d4e7aeb68f5 (patch)
treeff1bf7519eeb07b5575bd49c8ae66f6cbe994c30 /Mailman/Defaults.py.in
parent51c76f6e0a4e0b0111c9d5a58f80d93eca2e10b6 (diff)
downloadmailman2-2f3d53de6902c66d3e0a2a358a285d4e7aeb68f5.tar.gz
mailman2-2f3d53de6902c66d3e0a2a358a285d4e7aeb68f5.tar.xz
mailman2-2f3d53de6902c66d3e0a2a358a285d4e7aeb68f5.zip
Typo in comment. Thanks Mr. Ikeda.
Diffstat (limited to '')
-rw-r--r--Mailman/Defaults.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in
index 8a1cf6f6..1e4089b2 100644
--- a/Mailman/Defaults.py.in
+++ b/Mailman/Defaults.py.in
@@ -632,7 +632,7 @@ VERP_DELIVERY_INTERVAL = 0
# friendly Subject: on the message, but requires cooperation from the MTA.
# Format is like VERP_FORMAT above, but with the following substitutions:
#
-# %(confirm)s -- the list-confirm mailbox will be set here
+# %(addr)s -- the list-confirm mailbox will be set here
# %(cookie)s -- the confirmation cookie will be set here
VERP_CONFIRM_FORMAT = '%(addr)s+%(cookie)s'