| Commit message (Expand) | Author | Age | Files | Lines |
| * | _oneloop(): Include a clue as to which filebase is being shunted. | bwarsaw | 2002-12-13 | 1 | -0/+1 |
| * | Donn Cave's patch #602087 to honor configure's --srcdir switch. | bwarsaw | 2002-12-12 | 1 | -1/+1 |
| * | _dispose(): Actually (re-)implement the documented behavior for when | bwarsaw | 2002-12-02 | 1 | -0/+5 |
| * | _dispose(): Don't forward to the admin, messages in which bouncing | bwarsaw | 2002-12-02 | 1 | -1/+1 |
| * | Results.__init__(): Add a `respond' flag which is used by | bwarsaw | 2002-11-21 | 1 | -1/+5 |
| * | dequeue(): "rejection-notice" (i.e. the dash) doesn't play nice when | bwarsaw | 2002-11-19 | 1 | -0/+6 |
| * | Results.__init__(): Give default argument of an empty string when | bwarsaw | 2002-11-08 | 1 | -1/+1 |
| * | Style. | bwarsaw | 2002-11-04 | 1 | -1/+1 |
| * | _dispose(): I think this fixes a bug we are seeing on mailman-users, | bwarsaw | 2002-10-29 | 1 | -5/+10 |
| * | maybe_forward(): Add a useful URL as suggested by Fil. | bwarsaw | 2002-10-25 | 1 | -0/+4 |
| * | send_response(): We have to pass the language into the | bwarsaw | 2002-10-21 | 1 | -1/+2 |
| * | maybe_forward(): Improve the grammatically anti-good message sent with | bwarsaw | 2002-10-21 | 1 | -3/+3 |
| * | prepare_message(): If the newsgroup is moderated, news_moderation is 1 | bwarsaw | 2002-10-19 | 1 | -1/+7 |
| * | pycheckerfied | bwarsaw | 2002-10-15 | 1 | -3/+3 |
| * | maybe_forward(): Use the new ForwardMessage() interface. | bwarsaw | 2002-10-15 | 1 | -6/+4 |
| * | maybe_forward(): The bounce page documents that undetected bounces | bwarsaw | 2002-10-08 | 1 | -0/+2 |
| * | maybe_forward(): Refactor forwarding logic into ForwardMessage() | bwarsaw | 2002-10-08 | 1 | -13/+5 |
| * | _dispose(): Possibly forward the message in two situations: if the | bwarsaw | 2002-10-05 | 1 | -16/+36 |
| * | prepare_message(): In Python 2.2 and beyond, | bwarsaw | 2002-08-16 | 1 | -1/+2 |
| * | __oneloop(): Renamed to _oneloop() -- i.e. single leading underscore, | bwarsaw | 2002-08-09 | 1 | -6/+6 |
| * | intermediate | bwarsaw | 2002-08-09 | 1 | -0/+184 |
| * | Make Pychecker happy and do some whitespace normalization. | bwarsaw | 2002-08-08 | 1 | -2/+2 |
| * | Allow postings gatewayed to Usenet to inhibit the Subject: field | bwarsaw | 2002-07-31 | 1 | -0/+6 |
| * | _dispose(): Two fixes, related to Daniel Buchmann's report about SF | bwarsaw | 2002-07-25 | 1 | -13/+17 |
| * | make_response() -> send_response() | bwarsaw | 2002-05-28 | 1 | -5/+15 |
| * | _get_pipeline(): We don't need to send virgin messages through the | bwarsaw | 2002-05-22 | 1 | -1/+1 |
| * | _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 |
| * | _dispose(): Keep a flag around that indicates whether any of the | bwarsaw | 2002-05-09 | 1 | -8/+20 |
| * | 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 |