| Commit message (Expand) | Author | Age | Files | Lines |
| * | Get rid of answer_majordomo_mail. It's seriously broken in MM2.1, and | bwarsaw | 2001-08-04 | 2 | -42/+1 |
| * | main(): Be sure to set the _plaintext message metadata key to inform | bwarsaw | 2001-06-27 | 8 | -9/+16 |
| * | run_main(): Don't stick Mailman.i18n._ in the builtins. | bwarsaw | 2001-06-27 | 1 | -11/+2 |
| * | main(): Don't set the `received_time' metadata here; it's set in the | bwarsaw | 2001-05-14 | 1 | -3/+1 |
| * | Add the join and leave scripts. | bwarsaw | 2001-05-11 | 1 | -2/+4 |
| * | coding style | bwarsaw | 2001-05-11 | 2 | -4/+2 |
| * | intermediate | bwarsaw | 2001-05-11 | 1 | -0/+61 |
| * | intermediate | bwarsaw | 2001-05-11 | 1 | -0/+61 |
| * | main(): Set the message metadata `received_time' to the current time. | bwarsaw | 2001-05-01 | 2 | -2/+10 |
| * | Lots of updates to the New Order. | bwarsaw | 2001-03-01 | 2 | -64/+42 |
| * | Update copyright years | bwarsaw | 2001-02-28 | 2 | -2/+2 |
| * | Next round of big i18n patches. | bwarsaw | 2001-02-28 | 2 | -44/+30 |
| * | import Mailman.i18n._ | bwarsaw | 2001-02-16 | 1 | -0/+1 |
| * | Convert to using the new switchboard interface. | bwarsaw | 2001-02-15 | 2 | -49/+18 |
| * | main(): Explicitly queue the message to INQUEUE_DIR (see changes | bwarsaw | 2000-12-20 | 5 | -7/+7 |
| * | main(): Some fixes to handle situations such as sending directly to | bwarsaw | 2000-12-20 | 1 | -8/+27 |
| * | Add `auto' script. | bwarsaw | 2000-12-08 | 1 | -1/+1 |
| * | intermediate | bwarsaw | 2000-12-08 | 1 | -1/+4 |
| * | Script which can be used to make Postfix automatically recognize new | bwarsaw | 2000-12-08 | 1 | -0/+92 |
| * | run_main(): Gross and temporary hack to put `_' in the builtins. It's | bwarsaw | 2000-12-07 | 1 | -0/+9 |
| * | Modifications to use extended print syntax. | bwarsaw | 2000-12-07 | 2 | -6/+6 |
| * | Turn STEALTH_MODE back on for the 2.1 development cycle. | bwarsaw | 2000-12-07 | 1 | -17/+17 |
| * | In preparation for 2.0 final, turn on STEALTH_MODE | bwarsaw | 2000-09-29 | 1 | -1/+1 |
| * | run_main(): Moved the initialization of logger local to None outside | bwarsaw | 2000-09-27 | 1 | -4/+4 |
| * | get_message(): The filter programs now live in VAR_PREFIX/filters. | bwarsaw | 2000-09-22 | 1 | -1/+1 |
| * | main(): Add the `tolist' flag to the message data, so we can track | bwarsaw | 2000-09-08 | 1 | -1/+1 |
| * | print_traceback(), top-level: Remove the Cache-control: and Expires: | bwarsaw | 2000-07-22 | 1 | -4/+0 |
| * | main(): If the message came from the -owner address, set the toowner | bwarsaw | 2000-07-22 | 2 | -6/+22 |
| * | print_traceback(), top-level: Include HTTP headers "Cache-control: | bwarsaw | 2000-07-20 | 1 | -0/+4 |
| * | Add Emacs helper at top of file. | bwarsaw | 2000-07-19 | 1 | -0/+1 |
| * | All three scripts have now been changed to always quickly queue their | bwarsaw | 2000-06-14 | 5 | -127/+75 |
| * | Added a variable STEALTH_MODE which can be set to true to inhibit | bwarsaw | 2000-06-05 | 1 | -38/+49 |
| * | main(): No need to explicitly enqueue the message, since | bwarsaw | 2000-05-22 | 1 | -5/+2 |
| * | main(): Takes no arguments. | bwarsaw | 2000-05-22 | 2 | -2/+2 |
| * | Robustification of handling mail commands. If any of the following | bwarsaw | 2000-05-09 | 2 | -8/+44 |
| * | Robustification of posting. If any of the following fails -- the list | bwarsaw | 2000-05-08 | 2 | -20/+56 |
| * | Robustification of posting. If any of the following fails -- the list | bwarsaw | 2000-05-08 | 1 | -38/+53 |
| * | print_environment(): Reveal even more secrets about Mailman's | bwarsaw | 2000-04-06 | 1 | -7/+37 |
| * | run_main(): During call to the Cgi's main routine, set sys.stderr to | bwarsaw | 2000-04-04 | 1 | -7/+5 |
| * | Removed the debugging messages from the main script. | bwarsaw | 2000-03-28 | 1 | -3/+3 |
| * | Update the copyright lines to include the years 1999 & 2000. | bwarsaw | 2000-03-21 | 7 | -7/+7 |
| * | Remove the commented out extended open() function, since Python 1.5.2 | bwarsaw | 2000-03-21 | 1 | -30/+5 |
| * | main(): set the `torequest' attribute to 1 on the message object. | bwarsaw | 2000-02-26 | 2 | -0/+2 |
| * | main(): Removed debugging hack (adding the MAILMAN_OWNER to the list | bwarsaw | 2000-02-19 | 2 | -2/+6 |
| * | Be sure to reprime the stderr logger so we get a timestamp on the | bwarsaw | 1999-12-25 | 1 | -0/+1 |
| * | Added some logging so we can try to figure out why some posts are | bwarsaw | 1999-12-22 | 1 | -0/+2 |
| * | Port to the new way of handling messages. Also we don't send email | bwarsaw | 1999-12-16 | 2 | -36/+36 |
| * | Must read stdin into a StringIO object so that its seekable, since | bwarsaw | 1999-12-14 | 1 | -1/+3 |
| * | Port to the new bounce handling architecture. | bwarsaw | 1999-12-09 | 2 | -8/+38 |
| * | Convert message delivery to pipeline architecture by using | bwarsaw | 1999-11-24 | 1 | -74/+48 |