summaryrefslogtreecommitdiff
path: root/Mailman/Commands/cmd_unsubscribe.py
diff options
context:
space:
mode:
authorbwarsaw2002-11-21 05:37:50 +0000
committerbwarsaw2002-11-21 05:37:50 +0000
commit82524cb5a981a59781563a4fbc0b96e88a23199e (patch)
tree1a4f2bdc4ac3e2f7113fd0ae7e36379b4582ca46 /Mailman/Commands/cmd_unsubscribe.py
parentbf9d3c45b6b35e799adf5beb66cb69fea97b89ad (diff)
downloadmailman-82524cb5a981a59781563a4fbc0b96e88a23199e.tar.gz
mailman-82524cb5a981a59781563a4fbc0b96e88a23199e.tar.zst
mailman-82524cb5a981a59781563a4fbc0b96e88a23199e.zip
Diffstat (limited to 'Mailman/Commands/cmd_unsubscribe.py')
-rw-r--r--Mailman/Commands/cmd_unsubscribe.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Mailman/Commands/cmd_unsubscribe.py b/Mailman/Commands/cmd_unsubscribe.py
index d6139b1e6..c574a80f9 100644
--- a/Mailman/Commands/cmd_unsubscribe.py
+++ b/Mailman/Commands/cmd_unsubscribe.py
@@ -74,7 +74,8 @@ approval."""))
# instead of unsubscribing them here.
cpaddr = mlist.getMemberCPAddress(address)
mlist.ConfirmUnsubscription(cpaddr)
- res.results.append(_('A removal confirmation message has been sent.'))
+ # We don't also need to send a confirmation to this command
+ res.respond = 0
else:
# No admin approval is necessary, so we can just delete them if the
# passwords match.