| Commit message (Expand) | Author | Age | Files | Lines |
| * | __load(): Big dummy, os.path.getmtime() can raise an OSError if the | bwarsaw | 2002-04-05 | 1 | -5/+12 |
| * | process_request(): When trying to find the mapping from url-host to | bwarsaw | 2002-04-05 | 1 | -1/+2 |
| * | __handlepost(): Preserved messages should be written out as plain | bwarsaw | 2002-04-04 | 1 | -2/+16 |
| * | processUnixMailbox(): Ignore any MessageParseErrors in either the | bwarsaw | 2002-04-03 | 1 | -0/+7 |
| * | __handlepost(): Fix the composition of the forwarded message, so that | bwarsaw | 2002-04-01 | 1 | -1/+2 |
| * | HOLD_MESSAGES_AS_PICKLES: Flag to choose whether the held messages are | bwarsaw | 2002-04-01 | 1 | -3/+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 |
| * | Make it much cheaper to call Load(), especially when the state hasn't | bwarsaw | 2002-04-01 | 1 | -5/+20 |
| * | showresults(), membership_options(): A nicer placement and u/i for the | bwarsaw | 2002-03-29 | 1 | -14/+14 |
| * | Forgot to add `ko' for Korean. | bwarsaw | 2002-03-29 | 1 | -0/+1 |
| * | GetConfigInfo(): The comment says it all... | bwarsaw | 2002-03-28 | 1 | -1/+7 |
| * | show_pending_subs(), show_pending_unsubs(): Remove duplicates both | bwarsaw | 2002-03-27 | 1 | -2/+10 |
| * | _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 |
| * | ScanMessage(): This is an internal API change to make life much easier | bwarsaw | 2002-03-26 | 1 | -59/+7 |
| * | GetAdminEmail() eradication campaign. | bwarsaw | 2002-03-26 | 1 | -6/+5 |
| * | GetAdminEmail() eradication campaign. | bwarsaw | 2002-03-26 | 1 | -1/+1 |
| * | GetAdminEmail() eradication campaign. | bwarsaw | 2002-03-26 | 7 | -7/+7 |
| * | GetAdminEmail() eradication campaign. | bwarsaw | 2002-03-26 | 1 | -1/+1 |
| * | show_helds_overview(): We can always guarantee that the length of the | bwarsaw | 2002-03-26 | 1 | -5/+1 |
| * | GetAdminEmail() eradication campaign. | bwarsaw | 2002-03-26 | 1 | -8/+8 |
| * | GetAdminEmail() eradication campaign. | bwarsaw | 2002-03-26 | 1 | -4/+46 |
| * | GetAdminEmail() eradication campaign. | bwarsaw | 2002-03-26 | 1 | -1/+1 |
| * | GetAdminEmail() eradication campaign. | bwarsaw | 2002-03-26 | 1 | -2/+2 |
| * | change_options(): A kludge, but don't set the emergency attribute from | bwarsaw | 2002-03-25 | 1 | -2/+4 |
| * | Feedback from Guido... | bwarsaw | 2002-03-23 | 3 | -14/+28 |
| * | Good suggestion by Fred Drake: the delivery of MIME vs. plain text | bwarsaw | 2002-03-22 | 1 | -18/+41 |
| * | GetStandardReplacements(): Add <mm-favicon> for a url replacement in | bwarsaw | 2002-03-22 | 1 | -0/+1 |
| * | main(): Fix some of the messages so the end with a period and a space, | bwarsaw | 2002-03-22 | 1 | -2/+2 |
| * | Typo noticed by Dan Buchmann. | bwarsaw | 2002-03-16 | 1 | -1/+1 |
| * | Remove obsolete files. | bwarsaw | 2002-03-16 | 1 | -58/+0 |
| * | Update copyright years. | bwarsaw | 2002-03-16 | 60 | -60/+60 |
| * | process(): Add another predicate to the test for whether we can add | bwarsaw | 2002-03-16 | 1 | -0/+1 |
| * | processUnixMailbox(): Add optional start and end arguments so that we | bwarsaw | 2002-03-16 | 1 | -3/+16 |
| * | We can simplify the logic here because Python 2.1 is a minimum | bwarsaw | 2002-03-16 | 1 | -26/+3 |
| * | Bump the version number to 2.1b1 in preparation for the first beta | bwarsaw | 2002-03-16 | 1 | -3/+3 |
| * | _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 |
| * | ProcessSubscribeCmd(): If the address isn't given in the command, try | bwarsaw | 2002-03-15 | 1 | -3/+10 |
| * | send_i18n_digests(): Be robust in the face of messages with no From: | bwarsaw | 2002-03-15 | 1 | -2/+2 |
| * | Bump copyright years. | bwarsaw | 2002-03-15 | 1 | -1/+1 |
| * | process(): If the Approved: header has a password match, also add the | bwarsaw | 2002-03-15 | 1 | -0/+2 |
| * | intermediate | bwarsaw | 2002-03-15 | 1 | -0/+37 |
| * | show_results(): Add support for the emergency hold button. When | bwarsaw | 2002-03-15 | 1 | -24/+37 |
| * | GLOBAL_PIPELINE: Add the Emergency handler. | bwarsaw | 2002-03-15 | 1 | -0/+1 |
| * | NewVars(): Add emergency attribute, if missing. | bwarsaw | 2002-03-15 | 1 | -0/+2 |
| * | Bump DATA_FILE_VERSION to pick up the emergency attribute. | bwarsaw | 2002-03-15 | 1 | -2/+2 |