aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/MailList.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* MailList.__init__(): When trying to execfile extend.py, we ignorebwarsaw2003-09-281-1/+5
| | | | | | | ENOENT but log all other IOErrors instead of propagating them up. Closes a tiny exploit found by Ned Dawes. Backported from HEAD.
* Backporting from the HEAD -- Mailman packagebwarsaw2003-09-221-0/+1
|
* Backport from the trunk, and catalog regeneration.bwarsaw2003-04-191-0/+2
|
* Backporting from trunkbwarsaw2003-03-311-28/+54
|
* ChangeMemberAddress(): Don't raise MMAlreadyAMember if we're doing abwarsaw2003-01-021-13/+4
| | | | | | | | | | global change. ApprovedChangeMemberAddress(): Don't worry about trying to reduce the amount of work by testing on isMember(). This doesn't work anyway when we're changing an address for case only. Just do the changeMemberAddress() call and be done with it. Same goes for when deciding whether to do the change in the other lists.
* This commit was manufactured by cvs2svn to create branch2003-01-021-0/+1346
'Release_2_1-maint'.