aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/MailList.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-11-21ApprovedAddMember(): Add a 'whence' argument which gets passed abwarsaw1-5/+8
descriptive string explaining where the member got added from. Improves subscription logging. AddMember(): Pass 'remote' to ApprovedAddMember()'s whence argument. ProcessConfirmation(): We know whether the confirmation came from email or via the web, so pass this information to ApprovedAddMember()'s whence argument.
2003-10-10__save(): Flush the file and (depending on SYNC_AFTER_WRITE) fsync itbwarsaw1-0/+3
before closing the config.pck file. Should improve robustness.
2003-09-28MailList.__init__(): When trying to execfile extend.py, we ignorebwarsaw1-1/+5
ENOENT but log all other IOErrors instead of propagating them up. Closes a tiny exploit found by Ned Dawes. Backported from HEAD.
2003-09-22Backporting from the HEAD -- Mailman packagebwarsaw1-0/+1
2003-04-19Backport from the trunk, and catalog regeneration.bwarsaw1-0/+2
2003-03-31Backporting from trunkbwarsaw1-28/+54
2003-01-02ChangeMemberAddress(): Don't raise MMAlreadyAMember if we're doing abwarsaw1-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.