summaryrefslogtreecommitdiff
path: root/Mailman/Handlers/FileRecips.py
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize doctests, moving handler documentation into Mailman/handlers/docs.Barry Warsaw2008-01-241-46/+0
| | | | Rename all handlers to be more PEP 8 friendly, i.e. lowercased.
* Convert TestFileRecips to a doctest, and update the handler to more modernBarry Warsaw2007-07-021-14/+11
| | | | | | | | Python idioms. The recipients are now returned as a set instead of a list, so duplicates are quashed. In MailList.InitTempVars() we need to create the list's data directory when the list is initialized. If the directory already exists, this does nothing.
* Update copyright years.bwarsaw2007-01-191-7/+7
|
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
|
* Update copyright years.bwarsaw2002-03-161-1/+1
|
* process(): Fixed typo in IOError error code comparison.bwarsaw2001-10-011-1/+1
|
* intermediatebwarsaw2001-07-191-0/+49