| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | verp_bounce(): Exim stashes the envelope recipient in the Envelope-To: | bwarsaw | 2002-05-09 | 1 | -7/+7 |
| * | 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 |
| * | __onefile(): If there's no `listname' key in the message metadata, use | bwarsaw | 2002-05-02 | 1 | -9/+8 |
| * | Support the new email commands framework. We now no longer use | bwarsaw | 2002-05-02 | 1 | -34/+115 |
| * | _dispose(): In the SomeRecipientsFailed handler, be sure to set the | bwarsaw | 2002-04-18 | 1 | -2/+3 |
| * | _dispose(): There are reports of None's showing up in the addrs. Not | bwarsaw | 2002-04-11 | 1 | -0/+4 |
| * | _dispose(): Catch socket.errors that can come from the underlying | bwarsaw | 2002-04-10 | 1 | -0/+19 |
| * | _dispose(): We need to iterate over the addrs list. Also, reload the | bwarsaw | 2002-04-01 | 1 | -15/+17 |
| * | _dispose(): Since the runner doesn't normally need to lock the list, | bwarsaw | 2002-04-01 | 2 | -3/+4 |
| * | Update the big comment showing mail flow through the system. | bwarsaw | 2002-04-01 | 1 | -40/+58 |
| * | _dispose(): Since the BounceRunner doesn't normally need to lock the | bwarsaw | 2002-04-01 | 1 | -0/+2 |
| * | _snooze(): Use self.SLEEPTIME instead of mm_cfg.QRUNNER_SLEEP_TIME for | bwarsaw | 2002-03-26 | 1 | -2/+4 |
| * | A significant rewrite of the main bounce runner logic to make it | bwarsaw | 2002-03-26 | 1 | -112/+97 |
| * | Update copyright years. | bwarsaw | 2002-03-16 | 4 | -4/+4 |
| * | _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 |
| * | Dang, left some debugging syslog()'s in there. | bwarsaw | 2002-03-13 | 1 | -2/+0 |
| * | We can get rid of the old list cache, and the freshen machinery. Now | bwarsaw | 2002-03-13 | 3 | -30/+11 |
| * | __init__(): Remove cachelists from the constructor arguments. We can | bwarsaw | 2002-03-12 | 3 | -4/+7 |
| * | whichq(): New method which returns the queue directory. | bwarsaw | 2002-03-11 | 1 | -0/+3 |
| * | __oneloop(): Stick the queue directory in the message metadata so that | bwarsaw | 2002-03-11 | 1 | -0/+2 |
| * | _dispose(): Consult bounce_unrecognized_goes_to_list_owner before | bwarsaw | 2002-03-07 | 1 | -10/+16 |
| * | __verpbounce(): Wrap the extraction of the match object's groups in a | bwarsaw | 2002-03-07 | 1 | -4/+10 |
| * | __init__(), _dispose(): Move the import of the DELIVERY_MODULE and the | bwarsaw | 2002-03-04 | 1 | -5/+5 |
| * | Constructor simplification. Since most derived classes are just | bwarsaw | 2002-03-02 | 8 | -25/+11 |
| * | __verpbounce(), __scanbounce(): Use self._open_list() to get a | bwarsaw | 2002-03-01 | 1 | -3/+2 |
| * | __verpbounce(), __scanbounce(): Make sure that we don't try to lock a | bwarsaw | 2002-02-28 | 1 | -4/+12 |
| * | _dispose(): We need to use msg.as_string() to flatten the message to | bwarsaw | 2002-02-26 | 1 | -2/+2 |
| * | A slightly cleaner way to do the freshening of MailList objects. | bwarsaw | 2002-02-12 | 1 | -7/+6 |
| * | __init__(): Default the self._freshen attribute to zero. | bwarsaw | 2002-02-12 | 1 | -2/+13 |
| * | __init__(): Set self._freshen so that the MailList cache in the base | bwarsaw | 2002-02-12 | 1 | -9/+7 |
| * | get_switchboard(): Code cleanup. _sbcache does not need to be | bwarsaw | 2002-01-26 | 1 | -2/+1 |
| * | dequeue(): Handle the case when the email package throws a | bwarsaw | 2002-01-26 | 1 | -1/+17 |
| * | _dispose(): The mlist.Save() call should be in the try: block, since | bwarsaw | 2002-01-26 | 1 | -1/+1 |
| * | _dopipeline(): When discarding a message, log its Message-ID: to logs/vette | bwarsaw | 2002-01-21 | 1 | -1/+3 |
| * | __verpbounce(): Add some robustness for broken MTAs. We know of at | bwarsaw | 2002-01-17 | 1 | -4/+20 |
| * | __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 |