summaryrefslogtreecommitdiff
path: root/Mailman/Queue/CommandRunner.py
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.bwarsaw2007-01-191-1/+1
* Massive conversion process so that Mailman can be run from a user specifiedbwarsaw2006-07-081-7/+7
* Remove most uses of the types module, in favor of isinstance checks againstbwarsaw2006-04-171-3/+2
* - Convert all logging to Python's standard logging module. Get rid of allbwarsaw2006-04-171-8/+8
* Now that Python 2.3 is the minimum requirement for Mailman 2.2:bwarsaw2006-04-151-21/+12
* back porting from 2.1.6tkikuchi2005-08-281-8/+15
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
* True/False where appropriate.bwarsaw2003-04-061-7/+18
* Update commentbwarsaw2003-03-311-2/+2
* Another instance of mixing unicode with 8-bit-dirty strings. Since emailtwouters2003-03-201-3/+9
* When receiving an empty mail (no results and no unprocessed lines, buttwouters2003-03-111-0/+6
* do_command(): The __import__() can raise a ValueError too if the cmdbwarsaw2003-02-041-2/+3
* _dispose(): Actually (re-)implement the documented behavior for whenbwarsaw2002-12-021-0/+5
* Results.__init__(): Add a `respond' flag which is used bybwarsaw2002-11-211-1/+5
* Results.__init__(): Give default argument of an empty string whenbwarsaw2002-11-081-1/+1
* send_response(): We have to pass the language into thebwarsaw2002-10-211-1/+2
* 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