summaryrefslogtreecommitdiff
path: root/Mailman/SecurityManager.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use new mm_message __delitem__ discipline.klm1998-04-131-2/+2
|
* Preparing to package a distribution - add a module docstring andmailman1998-04-091-0/+5
| | | | __version__ info.
* Added .ExtractApproval() method, which returns the validity of themailman1998-04-021-1/+11
| | | | | 'approved' line password, and removes all 'approved' lines from the message as a side effect. Central to the message-approved processing.
* Change the weird umask (formerly 0700, which left files u-wrx,klm1998-03-301-1/+1
| | | | | | go+rw-x!) for adm.pw to 0022 (u+rw, go+r). I'm a bit shaking about this - think it's right, but seems like the original error is so odd that i may be seeing something incorrectly...
* Handle gracefully user records missing password entries.mailman1998-03-261-2/+5
|
* Initial revisionmailman1998-02-271-0/+59