summaryrefslogtreecommitdiff
path: root/Mailman/MailList.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Use new routine list_names(), instead of searching for the presence ofmailman1998-02-251-5/+4
| | | | the list directory explicitly.
* Incorporated an anti-spam measure, requiring explicit naming ofmailman1998-02-221-9/+33
| | | | | | | | | | | | | | maillist in a destination address - either in the to or cc headers. The option require_explicit_destination controls the behavior, and defaults to on. (This approach has been working nicely with the majordomo lists we have here.) MailList.HasExplicitDest(): New method. MailList.Post(): use HasExplicitDest if require_explicit_destination set. list_names(): New utility routine to get names of all lists in default list dir, ie dirs there that contain a config.db file.
* Added all_listpaths to easily get the paths to all maillists situatedmailman1998-02-211-0/+10
| | | | | in the default lists directory. Used by new version of archive trigger in cron/archive.
* Initial revisionmailman1998-02-151-0/+467