diff options
| -rw-r--r-- | Mailman/MailCommandHandler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/MailCommandHandler.py b/Mailman/MailCommandHandler.py index 3f3e2938d..1e41027c3 100644 --- a/Mailman/MailCommandHandler.py +++ b/Mailman/MailCommandHandler.py @@ -569,7 +569,7 @@ the `-request' address for that list."""), if oldpw <> password: self.AddError(_('You gave the wrong password.')) else: - self.ApprovedDeleteMember(addr, 'mailcmd') + self.DeleteMember(addr, 'mailcmd') self.AddToResponse(_("Succeeded.")) # FIXME: we really need to make these exceptions sane! except (Errors.MMNoSuchUserError, Errors.MMNotAMemberError, |
