From d181b10f3231e1cb4e1cfb590940e3992d3d038e Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Sun, 21 Oct 2001 06:28:39 +0000 Subject: ProcessUnsubscribeCmd(): Should use DeleteMember() instead of ApprovedDeleteMember() so that the request can go through admin approval if required. --- Mailman/MailCommandHandler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Mailman/MailCommandHandler.py') 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, -- cgit v1.2.3-70-g09d2