summaryrefslogtreecommitdiff
path: root/Mailman/MailCommandHandler.py
diff options
context:
space:
mode:
authorbwarsaw2000-04-08 22:44:54 +0000
committerbwarsaw2000-04-08 22:44:54 +0000
commit41c8a258811bad0f127f4cd252de0b7ef689c6ac (patch)
treea60d17d8ef3e565594ba837e91affb9d9e45ed99 /Mailman/MailCommandHandler.py
parentb4a879b33a440e6066f9154d2e014a9a5aa89eeb (diff)
downloadmailman-41c8a258811bad0f127f4cd252de0b7ef689c6ac.tar.gz
mailman-41c8a258811bad0f127f4cd252de0b7ef689c6ac.tar.zst
mailman-41c8a258811bad0f127f4cd252de0b7ef689c6ac.zip
Diffstat (limited to 'Mailman/MailCommandHandler.py')
-rw-r--r--Mailman/MailCommandHandler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/MailCommandHandler.py b/Mailman/MailCommandHandler.py
index 71696ccc0..1d7fb469c 100644
--- a/Mailman/MailCommandHandler.py
+++ b/Mailman/MailCommandHandler.py
@@ -570,7 +570,7 @@ background and instructions for subscribing to and using it, visit:
self.__NoMailCmdResponse = 1
except Errors.MMNeedApproval:
self.AddToResponse(
- "Your subscription request has been forwarded the"
+ "Your subscription request has been forwarded to the"
" list administrator\n"
"at %s for review." % self.GetAdminEmail(), trunc=0)
except Errors.MMBadEmailError: