summaryrefslogtreecommitdiff
path: root/Mailman/Gui/Autoresponse.py
diff options
context:
space:
mode:
authorbwarsaw2002-05-22 23:49:00 +0000
committerbwarsaw2002-05-22 23:49:00 +0000
commite7c22b368c9d36d3708399cc63bc03518ad9159e (patch)
tree0b2f0dd2beac865d284cafe46d34878786137ee4 /Mailman/Gui/Autoresponse.py
parentc4a928bdce1720c91db262c1253298ed2894741d (diff)
downloadmailman-e7c22b368c9d36d3708399cc63bc03518ad9159e.tar.gz
mailman-e7c22b368c9d36d3708399cc63bc03518ad9159e.tar.zst
mailman-e7c22b368c9d36d3708399cc63bc03518ad9159e.zip
GetConfigInfo(): The -admin address is deprecated.
Diffstat (limited to 'Mailman/Gui/Autoresponse.py')
-rw-r--r--Mailman/Gui/Autoresponse.py11
1 files changed, 5 insertions, 6 deletions
diff --git a/Mailman/Gui/Autoresponse.py b/Mailman/Gui/Autoresponse.py
index 75677d85c..3c8a71e06 100644
--- a/Mailman/Gui/Autoresponse.py
+++ b/Mailman/Gui/Autoresponse.py
@@ -45,7 +45,6 @@ the following key/value substitutions:
<li><b>listname</b> - <em>gets the name of the mailing list</em>
<li><b>listurl</b> - <em>gets the list's listinfo URL</em>
<li><b>requestemail</b> - <em>gets the list's -request address</em>
- <li><b>adminemail</b> - <em>gets the list's -admin address</em>
<li><b>owneremail</b> - <em>gets the list's -owner address</em>
</ul>
@@ -62,11 +61,11 @@ box, or you can specify a file on your local system to upload as the text."""),
('autorespond_admin', mm_cfg.Toggle, (_('No'), _('Yes')), 0,
_('''Should Mailman send an auto-response to emails sent to the
- -admin and -owner addresses?''')),
+ -owner address?''')),
('autoresponse_admin_text', mm_cfg.FileUpload,
(6, WIDTH), 0,
- _('Auto-response text to send to -admin and -owner emails.')),
+ _('Auto-response text to send to -owner emails.')),
('autorespond_requests', mm_cfg.Radio,
(_('No'), _('Yes, w/discard'), _('Yes, w/forward')), 0,
@@ -81,9 +80,9 @@ box, or you can specify a file on your local system to upload as the text."""),
('autoresponse_graceperiod', mm_cfg.Number, 3, 0,
_('''Number of days between auto-responses to either the mailing
- list or -admin/-owner address from the same poster. Set to zero
- (or negative) for no grace period (i.e. auto-respond to every
- message).''')),
+ list or -request/-owner address from the same poster. Set to
+ zero (or negative) for no grace period (i.e. auto-respond to
+ every message).''')),
]
def _setValue(self, mlist, property, val, doc):