diff options
| author | hmeland | 2000-04-08 17:30:44 +0000 |
|---|---|---|
| committer | hmeland | 2000-04-08 17:30:44 +0000 |
| commit | af4e67d428e3e946a5061fa2e441c825cd89eb83 (patch) | |
| tree | 8d112eb42a4d669c8efce4cbf643e250eebb3b0b | |
| parent | 432fd0c03283c5ac674de8f6b50c756e8e48d52c (diff) | |
| download | mailman-af4e67d428e3e946a5061fa2e441c825cd89eb83.tar.gz mailman-af4e67d428e3e946a5061fa2e441c825cd89eb83.tar.zst mailman-af4e67d428e3e946a5061fa2e441c825cd89eb83.zip | |
| -rw-r--r-- | Mailman/MailCommandHandler.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Mailman/MailCommandHandler.py b/Mailman/MailCommandHandler.py index 46d6d2578..71696ccc0 100644 --- a/Mailman/MailCommandHandler.py +++ b/Mailman/MailCommandHandler.py @@ -568,11 +568,11 @@ background and instructions for subscribing to and using it, visit: # of the results of the mail command message # self.__NoMailCmdResponse = 1 - except Errors.MMNeedApproval, admin_email: + except Errors.MMNeedApproval: self.AddToResponse( - "your subscription request has been forwarded the list " - "administrator\n" - "at %s for review." % admin_email, trunc=0) + "Your subscription request has been forwarded the" + " list administrator\n" + "at %s for review." % self.GetAdminEmail(), trunc=0) except Errors.MMBadEmailError: self.AddError("Mailman won't accept the given email " "address as a valid address.\n" |
