aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Commands (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-04-24process(): Disallow multiple password retrievals. Patch by Tokio Kikuchi.bwarsaw1-1/+5
2003-12-01process(): Catch MMBadPasswordError which gets thrown by ProcessConfirmation()bwarsaw1-0/+3
when the wrong admin password is given in a confirmation message.
2003-11-19set_delivery(): Fixed the email command 'set delivery [on|off]' whichbwarsaw1-7/+13
was trying to use the setMemberOption() interface. This doesn't work for delivery settings -- it needed to use the setDeliveryStatus() interface.
2003-04-07Backporting from trunk.bwarsaw1-1/+1
2003-03-31Backporting from trunkbwarsaw1-2/+6
2003-03-31Backporting SF patch #683906, add $DESTDIR to install target, bybwarsaw1-2/+3
Ademar de Souza Reis Jr