aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Commands (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed misleading response to an email approval of a held message.Mark Sapiro2011-11-131-3/+14
| | | | Bug #889968.
* Fixed cmd_subscribe.py. The last change broke it for bare subscribe commandsMark Sapiro2008-04-261-1/+2
| | | | | with no options.
* cmd_subscribe.py - Changed to properly accept (no)digest without a passwordMark Sapiro2008-03-191-2/+9
| | | | and to recognize (no)digest and address= case insensitively.
* cmd_confirm.py - Modified to catch a UnicodeError that may occur underMark Sapiro2008-02-191-2/+5
| | | | | | | | obscure circumstances when scanning the message body for "unprocessed" commands. Moderate.py - Modified to not try to match "@listname" directly against the sender address.
* - Changed cmd_who.py to show hidden members when authorization is by list ↵msapiro2007-02-071-18/+37
| | | | | admin or moderator password. - Changed cmd_who.py public roster syntax to accept optional list admin or moderator password.
* A much improved release script, which now knows about Subversion (though isn'tbwarsaw2006-09-011-1/+0
| | | | | | | yet ready to work from the trunk). Also, get rid of all the obsolete .cvsignore directories, they're no longer needed. Almost ready for 2.1.9rc1!
* A cleansing pass, almost entirely cosmetic. Such things as whitespacebwarsaw2005-12-301-1/+2
| | | | | | | | | | | | | normalization, removal of tabs, copyright year updates to changed files, docstring and comment fixes, and usage of True/False. I also made a pass through the NEWS file. One import was reordered, and after this commit I will move the mmdsr.readme file to README.mmdsr. From my perspective, after that we're ready to go. I will port these changes forward to the trunk.
* Improving banned subscription logic to cover all subscribes, address changes ↵msapiro2005-12-031-1/+7
| | | | and confirmations of same.
* FSF office has moved to 51 Franklin Street.tkikuchi2005-08-2717-17/+17
|
* Copyright years.bwarsaw2005-05-131-1/+1
|
* Fix UnicodeDecodeError and UnicodeEncodeError to UnicodeError.tkikuchi2005-05-081-1/+1
| | | | Both are introduced in Python2.3. UnicodeError catches both.
* Non-MIME sender realname should not be treated.tkikuchi2005-01-241-3/+6
|
* process(): Disallow multiple password retrievals. Patch by Tokio Kikuchi.bwarsaw2004-04-241-1/+5
|
* process(): Catch MMBadPasswordError which gets thrown by ProcessConfirmation()bwarsaw2003-12-011-0/+3
| | | | when the wrong admin password is given in a confirmation message.
* set_delivery(): Fixed the email command 'set delivery [on|off]' whichbwarsaw2003-11-191-7/+13
| | | | | | was trying to use the setMemberOption() interface. This doesn't work for delivery settings -- it needed to use the setDeliveryStatus() interface.
* Backporting from trunk.bwarsaw2003-04-071-1/+1
|
* Backporting from trunkbwarsaw2003-03-311-2/+6
|
* Backporting SF patch #683906, add $DESTDIR to install target, bybwarsaw2003-03-311-2/+3
| | | | Ademar de Souza Reis Jr
* This commit was manufactured by cvs2svn to create branch2003-01-0218-0/+1345
'Release_2_1-maint'.