summaryrefslogtreecommitdiff
path: root/Mailman/Queue/CommandRunner.py
Commit message (Expand)AuthorAgeFilesLines
* make_response() -> send_response()bwarsaw2002-05-281-5/+15
* _dispose(): Send the message through the Replybot handler so -requestbwarsaw2002-05-221-3/+6
* _dispose(): Inhibit replybot when Precedence: is any of bulk, junk, orbwarsaw2002-05-221-2/+2
* process(), _dispose(): Where we were testing Precedence: againstbwarsaw2002-05-191-2/+3
* _dispose(): Ignore messages that have "Precedence: bulk" but don'tbwarsaw2002-05-171-0/+9
* make_response(): In the list comprehension where we're calculating thebwarsaw2002-05-031-1/+1
* Results.__init__(): Don't try to get the payload if there were nobwarsaw2002-05-031-0/+3
* do_command(): If the Subject: header command was attempted and itbwarsaw2002-05-021-4/+12
* Support the new email commands framework. We now no longer usebwarsaw2002-05-021-34/+115
* _dispose(): Fil correctly pointed out that each of thebwarsaw2002-03-151-9/+17
* _dispose(): Wrap the ParseMailCommands() call in a try/except. If thebwarsaw2002-03-151-1/+6
* _dispose(): Add support for the `toconfirm' key, used by the newbwarsaw2002-03-141-2/+12
* Constructor simplification. Since most derived classes are justbwarsaw2002-03-021-3/+1
* 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