| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reorganize the qrunner infrastructure. First, the package has been renamed | Barry Warsaw | 2007-09-29 | 1 | -242/+0 |
| * | OMGW00T: After over a decade, the MailList mixin class is gone! Well, | Barry Warsaw | 2007-09-21 | 1 | -1/+2 |
| * | Update copyright years. | bwarsaw | 2007-01-19 | 1 | -1/+1 |
| * | Massive conversion process so that Mailman can be run from a user specified | bwarsaw | 2006-07-08 | 1 | -7/+7 |
| * | Remove most uses of the types module, in favor of isinstance checks against | bwarsaw | 2006-04-17 | 1 | -3/+2 |
| * | - Convert all logging to Python's standard logging module. Get rid of all | bwarsaw | 2006-04-17 | 1 | -8/+8 |
| * | Now that Python 2.3 is the minimum requirement for Mailman 2.2: | bwarsaw | 2006-04-15 | 1 | -21/+12 |
| * | back porting from 2.1.6 | tkikuchi | 2005-08-28 | 1 | -8/+15 |
| * | FSF office has moved. chdcking in for MAIN branch. | tkikuchi | 2005-08-27 | 1 | -1/+1 |
| * | True/False where appropriate. | bwarsaw | 2003-04-06 | 1 | -7/+18 |
| * | Update comment | bwarsaw | 2003-03-31 | 1 | -2/+2 |
| * | Another instance of mixing unicode with 8-bit-dirty strings. Since email | twouters | 2003-03-20 | 1 | -3/+9 |
| * | When receiving an empty mail (no results and no unprocessed lines, but | twouters | 2003-03-11 | 1 | -0/+6 |
| * | do_command(): The __import__() can raise a ValueError too if the cmd | bwarsaw | 2003-02-04 | 1 | -2/+3 |
| * | _dispose(): Actually (re-)implement the documented behavior for when | bwarsaw | 2002-12-02 | 1 | -0/+5 |
| * | Results.__init__(): Add a `respond' flag which is used by | bwarsaw | 2002-11-21 | 1 | -1/+5 |
| * | Results.__init__(): Give default argument of an empty string when | bwarsaw | 2002-11-08 | 1 | -1/+1 |
| * | send_response(): We have to pass the language into the | bwarsaw | 2002-10-21 | 1 | -1/+2 |
| * | make_response() -> send_response() | bwarsaw | 2002-05-28 | 1 | -5/+15 |
| * | _dispose(): Send the message through the Replybot handler so -request | bwarsaw | 2002-05-22 | 1 | -3/+6 |
| * | _dispose(): Inhibit replybot when Precedence: is any of bulk, junk, or | bwarsaw | 2002-05-22 | 1 | -2/+2 |
| * | process(), _dispose(): Where we were testing Precedence: against | bwarsaw | 2002-05-19 | 1 | -2/+3 |
| * | _dispose(): Ignore messages that have "Precedence: bulk" but don't | bwarsaw | 2002-05-17 | 1 | -0/+9 |
| * | make_response(): In the list comprehension where we're calculating the | bwarsaw | 2002-05-03 | 1 | -1/+1 |
| * | Results.__init__(): Don't try to get the payload if there were no | bwarsaw | 2002-05-03 | 1 | -0/+3 |
| * | do_command(): If the Subject: header command was attempted and it | bwarsaw | 2002-05-02 | 1 | -4/+12 |
| * | Support the new email commands framework. We now no longer use | bwarsaw | 2002-05-02 | 1 | -34/+115 |
| * | _dispose(): Fil correctly pointed out that each of the | bwarsaw | 2002-03-15 | 1 | -9/+17 |
| * | _dispose(): Wrap the ParseMailCommands() call in a try/except. If the | bwarsaw | 2002-03-15 | 1 | -1/+6 |
| * | _dispose(): Add support for the `toconfirm' key, used by the new | bwarsaw | 2002-03-14 | 1 | -2/+12 |
| * | Constructor simplification. Since most derived classes are just | bwarsaw | 2002-03-02 | 1 | -3/+1 |
| * | This runner now only handles -request, -join, and -leave emails. It | bwarsaw | 2001-11-20 | 1 | -102/+10 |
| * | _dispose(): Reorganize the big if/elif/else switch so that it never | bwarsaw | 2001-09-05 | 1 | -9/+7 |
| * | _dispose(): Factor out common code paths to _toadmins(). | bwarsaw | 2001-08-29 | 1 | -25/+36 |
| * | Don't forget to import LockFile for its exception. | twouters | 2001-07-10 | 1 | -0/+1 |
| * | Better syslog() calling conventions. | bwarsaw | 2001-06-27 | 1 | -1/+1 |
| * | _dispose(): When a message is destined "toowner" and the metadata | bwarsaw | 2001-05-31 | 1 | -1/+12 |
| * | _dispose(): Add support for mylist-join and mylist-leave aliases. The | bwarsaw | 2001-05-11 | 1 | -0/+10 |
| * | _dispose(): Have to pass ParseMailCommands() the msgdata dictionary. | bwarsaw | 2001-03-03 | 1 | -1/+1 |
| * | _dispose(): If there's no appropriate key in the message metadata, | bwarsaw | 2001-03-01 | 1 | -0/+12 |
| * | intermediate | bwarsaw | 2001-02-28 | 1 | -1/+1 |
| * | CommandRunner which watches qfiles/commands for such things as | bwarsaw | 2001-02-28 | 1 | -0/+123 |