summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Get rid of answer_majordomo_mail. It's seriously broken in MM2.1, andbwarsaw2001-08-042-42/+1
* main(): Be sure to set the _plaintext message metadata key to informbwarsaw2001-06-278-9/+16
* run_main(): Don't stick Mailman.i18n._ in the builtins.bwarsaw2001-06-271-11/+2
* main(): Don't set the `received_time' metadata here; it's set in thebwarsaw2001-05-141-3/+1
* Add the join and leave scripts.bwarsaw2001-05-111-2/+4
* coding stylebwarsaw2001-05-112-4/+2
* intermediatebwarsaw2001-05-111-0/+61
* intermediatebwarsaw2001-05-111-0/+61
* main(): Set the message metadata `received_time' to the current time.bwarsaw2001-05-012-2/+10
* Lots of updates to the New Order.bwarsaw2001-03-012-64/+42
* Update copyright yearsbwarsaw2001-02-282-2/+2
* Next round of big i18n patches.bwarsaw2001-02-282-44/+30
* import Mailman.i18n._bwarsaw2001-02-161-0/+1
* Convert to using the new switchboard interface.bwarsaw2001-02-152-49/+18
* main(): Explicitly queue the message to INQUEUE_DIR (see changesbwarsaw2000-12-205-7/+7
* main(): Some fixes to handle situations such as sending directly tobwarsaw2000-12-201-8/+27
* Add `auto' script.bwarsaw2000-12-081-1/+1
* intermediatebwarsaw2000-12-081-1/+4
* Script which can be used to make Postfix automatically recognize newbwarsaw2000-12-081-0/+92
* run_main(): Gross and temporary hack to put `_' in the builtins. It'sbwarsaw2000-12-071-0/+9
* Modifications to use extended print syntax.bwarsaw2000-12-072-6/+6
* Turn STEALTH_MODE back on for the 2.1 development cycle.bwarsaw2000-12-071-17/+17
* In preparation for 2.0 final, turn on STEALTH_MODEbwarsaw2000-09-291-1/+1
* run_main(): Moved the initialization of logger local to None outsidebwarsaw2000-09-271-4/+4
* get_message(): The filter programs now live in VAR_PREFIX/filters.bwarsaw2000-09-221-1/+1
* main(): Add the `tolist' flag to the message data, so we can trackbwarsaw2000-09-081-1/+1
* print_traceback(), top-level: Remove the Cache-control: and Expires:bwarsaw2000-07-221-4/+0
* main(): If the message came from the -owner address, set the toownerbwarsaw2000-07-222-6/+22
* print_traceback(), top-level: Include HTTP headers "Cache-control:bwarsaw2000-07-201-0/+4
* Add Emacs helper at top of file.bwarsaw2000-07-191-0/+1
* All three scripts have now been changed to always quickly queue theirbwarsaw2000-06-145-127/+75
* Added a variable STEALTH_MODE which can be set to true to inhibitbwarsaw2000-06-051-38/+49
* main(): No need to explicitly enqueue the message, sincebwarsaw2000-05-221-5/+2
* main(): Takes no arguments.bwarsaw2000-05-222-2/+2
* Robustification of handling mail commands. If any of the followingbwarsaw2000-05-092-8/+44
* Robustification of posting. If any of the following fails -- the listbwarsaw2000-05-082-20/+56
* Robustification of posting. If any of the following fails -- the listbwarsaw2000-05-081-38/+53
* print_environment(): Reveal even more secrets about Mailman'sbwarsaw2000-04-061-7/+37
* run_main(): During call to the Cgi's main routine, set sys.stderr tobwarsaw2000-04-041-7/+5
* Removed the debugging messages from the main script.bwarsaw2000-03-281-3/+3
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-217-7/+7
* Remove the commented out extended open() function, since Python 1.5.2bwarsaw2000-03-211-30/+5
* main(): set the `torequest' attribute to 1 on the message object.bwarsaw2000-02-262-0/+2
* main(): Removed debugging hack (adding the MAILMAN_OWNER to the listbwarsaw2000-02-192-2/+6
* Be sure to reprime the stderr logger so we get a timestamp on thebwarsaw1999-12-251-0/+1
* Added some logging so we can try to figure out why some posts arebwarsaw1999-12-221-0/+2
* Port to the new way of handling messages. Also we don't send emailbwarsaw1999-12-162-36/+36
* Must read stdin into a StringIO object so that its seekable, sincebwarsaw1999-12-141-1/+3
* Port to the new bounce handling architecture.bwarsaw1999-12-092-8/+38
* Convert message delivery to pipeline architecture by usingbwarsaw1999-11-241-74/+48