summaryrefslogtreecommitdiff
path: root/Mailman/Queue/CommandRunner.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* This runner now only handles -request, -join, and -leave emails. Itbwarsaw2001-11-201-102/+10
* _dispose(): Reorganize the big if/elif/else switch so that it neverbwarsaw2001-09-051-9/+7
* _dispose(): Factor out common code paths to _toadmins().bwarsaw2001-08-291-25/+36
* Don't forget to import LockFile for its exception.twouters2001-07-101-0/+1
* Better syslog() calling conventions.bwarsaw2001-06-271-1/+1
* _dispose(): When a message is destined "toowner" and the metadatabwarsaw2001-05-311-1/+12
* _dispose(): Add support for mylist-join and mylist-leave aliases. Thebwarsaw2001-05-111-0/+10
* _dispose(): Have to pass ParseMailCommands() the msgdata dictionary.bwarsaw2001-03-031-1/+1
* _dispose(): If there's no appropriate key in the message metadata,bwarsaw2001-03-011-0/+12
* intermediatebwarsaw2001-02-281-1/+1
* CommandRunner which watches qfiles/commands for such things asbwarsaw2001-02-281-0/+123