Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-05-18 | Extend REFUSE_SECOND_PENDING to unsubscription as well. | Mark Sapiro | 1 | -3/+8 | |
2020-01-09 | Implement REFUSE_SECOND_PENDING setting to prevent multiple pending subscribes. | Mark Sapiro | 1 | -0/+4 | |
2018-06-17 | Bump copyright dates. | Mark Sapiro | 17 | -17/+17 | |
2015-01-22 | A number of changes from the unofficial 2.2 branch have been backported to | Mark Sapiro | 1 | -4/+4 | |
the 2.1 branch for release with 2.1.19. The 2.2 branch is now no different from the 2.1 branch and will no longer be maintained. | |||||
2011-11-13 | Fixed misleading response to an email approval of a held message. | Mark Sapiro | 1 | -3/+14 | |
Bug #889968. | |||||
2008-04-26 | Fixed cmd_subscribe.py. The last change broke it for bare subscribe commands | Mark Sapiro | 1 | -1/+2 | |
with no options. | |||||
2008-03-19 | cmd_subscribe.py - Changed to properly accept (no)digest without a password | Mark Sapiro | 1 | -2/+9 | |
and to recognize (no)digest and address= case insensitively. | |||||
2008-02-19 | cmd_confirm.py - Modified to catch a UnicodeError that may occur under | Mark Sapiro | 1 | -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. | |||||
2007-02-07 | - Changed cmd_who.py to show hidden members when authorization is by list ↵ | msapiro | 1 | -18/+37 | |
admin or moderator password. - Changed cmd_who.py public roster syntax to accept optional list admin or moderator password. | |||||
2006-09-01 | A much improved release script, which now knows about Subversion (though isn't | bwarsaw | 1 | -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! | |||||
2005-12-30 | A cleansing pass, almost entirely cosmetic. Such things as whitespace | bwarsaw | 1 | -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. | |||||
2005-12-03 | Improving banned subscription logic to cover all subscribes, address changes ↵ | msapiro | 1 | -1/+7 | |
and confirmations of same. | |||||
2005-08-27 | FSF office has moved to 51 Franklin Street. | tkikuchi | 17 | -17/+17 | |
2005-05-13 | Copyright years. | bwarsaw | 1 | -1/+1 | |
2005-05-08 | Fix UnicodeDecodeError and UnicodeEncodeError to UnicodeError. | tkikuchi | 1 | -1/+1 | |
Both are introduced in Python2.3. UnicodeError catches both. | |||||
2005-01-24 | Non-MIME sender realname should not be treated. | tkikuchi | 1 | -3/+6 | |
2004-04-24 | process(): Disallow multiple password retrievals. Patch by Tokio Kikuchi. | bwarsaw | 1 | -1/+5 | |
2003-12-01 | process(): Catch MMBadPasswordError which gets thrown by ProcessConfirmation() | bwarsaw | 1 | -0/+3 | |
when the wrong admin password is given in a confirmation message. | |||||
2003-11-19 | set_delivery(): Fixed the email command 'set delivery [on|off]' which | bwarsaw | 1 | -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-07 | Backporting from trunk. | bwarsaw | 1 | -1/+1 | |
2003-03-31 | Backporting from trunk | bwarsaw | 1 | -2/+6 | |
2003-03-31 | Backporting SF patch #683906, add $DESTDIR to install target, by | bwarsaw | 1 | -2/+3 | |
Ademar de Souza Reis Jr |