| Commit message (Expand) | Author | Age | Files | Lines |
| * | __doperiodic(): RegisterBounce() -> registerBounce() | bwarsaw | 2001-12-27 | 1 | -4/+4 |
| * | __verpbounce(): RegisterBounce() -> registerBounce() | bwarsaw | 2001-12-27 | 1 | -2/+2 |
| * | __verpbounce(): Dan Mick points out that we were still hardcoding the | bwarsaw | 2001-12-07 | 1 | -27/+26 |
| * | Dan Mick discovers we need to import LockFile. | bwarsaw | 2001-11-27 | 1 | -0/+1 |
| * | The qrunner that consumes qfiles/bounce messages, which come from the | bwarsaw | 2001-11-21 | 1 | -0/+136 |
| * | _dispose(): Support for regular non-personalized VERP delivery. | bwarsaw | 2001-11-20 | 1 | -0/+7 |
| * | Some updating of the big comment. I'm not spending a lot of time on | bwarsaw | 2001-11-20 | 1 | -6/+8 |
| * | This runner now only handles -request, -join, and -leave emails. It | bwarsaw | 2001-11-20 | 1 | -102/+10 |
| * | _dispose(): Move the Save() call into the try (exceptions are morally | bwarsaw | 2001-10-24 | 1 | -1/+1 |
| * | We don't need this file any more, since everything's inlined with | bwarsaw | 2001-10-18 | 1 | -229/+0 |
| * | prepare_message(): Support the cleaning of headers based on | bwarsaw | 2001-10-12 | 1 | -20/+16 |
| * | prepare_message(): mimelib -> email. | bwarsaw | 2001-10-09 | 1 | -1/+1 |
| * | Update a comment. | bwarsaw | 2001-10-04 | 1 | -1/+1 |
| * | DumperSwitchboard: New class to provide a public interface for reading | bwarsaw | 2001-10-01 | 1 | -0/+10 |
| * | prepare_message(): Remove X-Trace: and NNTP-Posting-Host: headers, | bwarsaw | 2001-10-01 | 1 | -5/+5 |
| * | Convert from mimelib to email. | bwarsaw | 2001-10-01 | 6 | -20/+13 |
| * | _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 |
| * | run(): Add a note about a minor bogosity in the calls to | bwarsaw | 2001-08-29 | 1 | -1/+3 |
| * | MarshalSwitchboard._ext_read(): If the .db file is of version 2, just | bwarsaw | 2001-08-15 | 1 | -0/+3 |
| * | __onefile(): Another step towards conversion to MemberAdaptor | bwarsaw | 2001-07-29 | 1 | -1/+1 |
| * | MarshalSwitchboard._ext_read(): Add a little comment to the | bwarsaw | 2001-07-19 | 1 | -0/+3 |
| * | Only eval() a float's repr() back to a float if the marshal actually | twouters | 2001-07-19 | 1 | -1/+2 |
| * | dequeue(): Be a bit more robust about possible exceptions, ensuring | bwarsaw | 2001-07-19 | 1 | -12/+14 |
| * | _dopipeline(): We don't need to save the return value of __import__(). | bwarsaw | 2001-07-13 | 1 | -1/+1 |
| * | _dopipeline(): Do not include the blank Exception catch-all here, but | bwarsaw | 2001-07-13 | 1 | -9/+0 |
| * | start_runner(): Changed indentation, since the parent always returns. | bwarsaw | 2001-07-11 | 1 | -14/+20 |
| * | _dopipeline(): Use a better mechanism for digging out the process() | bwarsaw | 2001-07-10 | 1 | -4/+5 |
| * | 'UnimplementedError' -> 'NotImplementedError' | twouters | 2001-07-10 | 2 | -3/+3 |
| * | import time so it can be used. | twouters | 2001-07-10 | 1 | -0/+1 |
| * | Add back COMMASPACE to globals, as it apparently *is* used, just not | twouters | 2001-07-10 | 1 | -1/+3 |
| * | Don't forget to import LockFile for its exception. | twouters | 2001-07-10 | 1 | -0/+1 |
| * | Move COMMASPACE global from NewsRunner.py (where it isn't used) to | twouters | 2001-07-10 | 1 | -2/+0 |
| * | _shortcircuit(): Return self._stop as a default. This allows a | bwarsaw | 2001-07-08 | 1 | -1/+1 |
| * | Cleaner startup/restart/shutdown implementation. This allows the | bwarsaw | 2001-07-08 | 1 | -30/+48 |
| * | prepare_message(): Use Utils.unique_message_id() to generate the | bwarsaw | 2001-07-06 | 1 | -6/+13 |
| * | _open_list(): The lockp argument was unused, so remove it. | bwarsaw | 2001-07-06 | 1 | -1/+1 |
| * | intermediate | bwarsaw | 2001-07-05 | 1 | -0/+205 |
| * | DEAL_WITH_PERMFAILURES_EVERY: controls how often _doperiodic() will | bwarsaw | 2001-06-28 | 1 | -1/+12 |
| * | Several changes which allow subclasses to do some calculation for each | bwarsaw | 2001-06-28 | 1 | -3/+48 |
| * | Performance enhancement. In order to save on the time it takes to | bwarsaw | 2001-06-27 | 1 | -18/+35 |
| * | Better syslog() calling conventions. | bwarsaw | 2001-06-27 | 1 | -6/+2 |
| * | Better syslog() calling conventions. | bwarsaw | 2001-06-27 | 5 | -12/+13 |
| * | _dispose(): When a message is destined "toowner" and the metadata | bwarsaw | 2001-05-31 | 1 | -1/+12 |
| * | __onefile(): It is possible that there is no list name in the | bwarsaw | 2001-05-22 | 1 | -12/+13 |
| * | dequeue(): Since IOError and OSError are both derived from | bwarsaw | 2001-05-18 | 1 | -1/+1 |
| * | syslog() entries should go to logs/error not logs/qrunner. It's | bwarsaw | 2001-05-15 | 1 | -5/+5 |
| * | This file was never published in yr 2000. | bwarsaw | 2001-05-14 | 1 | -1/+1 |
| * | enqueue(): The `received_time' metadata (which is set here once, but | bwarsaw | 2001-05-14 | 1 | -22/+71 |
| * | __oneloop(): Guarantee FIFO order on the processed messages. We | bwarsaw | 2001-05-14 | 1 | -16/+23 |