summaryrefslogtreecommitdiff
path: root/Mailman/database/member.py
Commit message (Collapse)AuthorAgeFilesLines
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-271-97/+0
|
* Tweak copyright years.Barry Warsaw2008-02-071-1/+1
|
* Add three new rules and their associated doctests.Barry Warsaw2007-12-301-0/+2
| | | | | | | | | - A rule that checks to see if the sender is a moderated member. - A rule that checks to see if the sender is a non-member. - A rule that checks to see if the message has no (or an empty) Subject. Give IMembers (and the associated database implementation) an `is_moderated` flag.
* Reorganize the database subpackage, primarily by removing the 'model'Barry Warsaw2007-12-081-0/+95
subdirectory and updating all relevant imports. Move of the circular import problems have been eliminated in the process.