| Commit message (Expand) | Author | Age | Files | Lines |
| * | ProcessUnsubscribeCmd(): Should use DeleteMember() instead of | bwarsaw | 2001-10-21 | 1 | -1/+1 |
| * | Support for admin approved unsubscribes. Specifically, | bwarsaw | 2001-10-21 | 1 | -7/+56 |
| * | SendUnsubscribeAck(): Use a better Subject: on the message that gets | bwarsaw | 2001-10-21 | 1 | -3/+3 |
| * | DEFAULT_SEND_GOODBYE_MSG: Default flag for whether a goodbye message | bwarsaw | 2001-10-21 | 1 | -0/+21 |
| * | Updated for new features in 2.1 alpha 3. | bwarsaw | 2001-10-21 | 1 | -6/+203 |
| * | Some updates to translation contributors. | bwarsaw | 2001-10-20 | 2 | -5/+23 |
| * | Latest Japanese translation updates from Tokio Kikuchi. | bwarsaw | 2001-10-20 | 4 | -555/+377 |
| * | This was in the wrong place. Moved to message/ja/README.ja. | bwarsaw | 2001-10-20 | 1 | -67/+0 |
| * | README file for Japanese translations by Tokio Kikuchi. | bwarsaw | 2001-10-20 | 1 | -0/+69 |
| * | Add some hints about how to do translations. | bwarsaw | 2001-10-20 | 1 | -0/+11 |
| * | TestHold: Get rid of tests for the old sender moderation variables | bwarsaw | 2001-10-20 | 1 | -108/+53 |
| * | process(): Reworked Reply-To: munging so list owners can establish | bwarsaw | 2001-10-20 | 1 | -12/+31 |
| * | GetConfigInfo(): Added first_strip_reply_to. Also, did some | bwarsaw | 2001-10-20 | 1 | -9/+24 |
| * | option_help(): If there is no elaboration, don't display the | bwarsaw | 2001-10-20 | 1 | -4/+2 |
| * | NewVars(): Pick up new list attribute first_strip_reply_to. | bwarsaw | 2001-10-20 | 1 | -0/+2 |
| * | DATA_FILE_VERSION: Bumping to pick up new list attribute first_strip_reply_to | bwarsaw | 2001-10-20 | 1 | -1/+1 |
| * | InitVars(): New list attribute first_strip_reply_to. | bwarsaw | 2001-10-20 | 1 | -0/+1 |
| * | DEFAULT_FIRST_STRIP_REPLY_TO: Default for new list attribute | bwarsaw | 2001-10-20 | 1 | -0/+5 |
| * | HandleForm(): Added (essentially no-op) so that admin.py will | bwarsaw | 2001-10-20 | 1 | -0/+4 |
| * | change_options(): A few code cleanups. | bwarsaw | 2001-10-20 | 1 | -3/+1 |
| * | GetConfigInfo(): Rewrite the summary and details for | bwarsaw | 2001-10-19 | 1 | -5/+8 |
| * | Some reorganization of the Membership List page: | bwarsaw | 2001-10-19 | 1 | -14/+47 |
| * | We don't need this file any more, since everything's inlined with | bwarsaw | 2001-10-18 | 1 | -229/+0 |
| * | A major rewrite to 1) better support the new mailmanctl script and 2) | bwarsaw | 2001-10-18 | 1 | -23/+173 |
| * | A fairly significant rewrite, but now the `restart' command actually | bwarsaw | 2001-10-18 | 1 | -94/+301 |
| * | Added some internal methods to help with mailmanctl's transfer of lock | bwarsaw | 2001-10-18 | 1 | -1/+42 |
| * | PIDFILE: Use master-qrunner.pid instead of qrunner.pid | bwarsaw | 2001-10-18 | 1 | -1/+2 |
| * | __handlepost(): Forward the message (i.e. `forward' is true) using | bwarsaw | 2001-10-15 | 1 | -10/+7 |
| * | TestModerate: Add a placehold for a more comprehensive test of this | bwarsaw | 2001-10-15 | 1 | -0/+7 |
| * | De-string-module-ification. | bwarsaw | 2001-10-15 | 1 | -37/+33 |
| * | De-string-module-ification. | bwarsaw | 2001-10-15 | 1 | -38/+40 |
| * | msgfactory(): Get rid of this, now that our own Mailbox class already | bwarsaw | 2001-10-15 | 1 | -12/+2 |
| * | New pipeline handler module implementing the new sender-centric | bwarsaw | 2001-10-15 | 0 | -0/+0 |
| * | intermediate | bwarsaw | 2001-10-15 | 1 | -0/+110 |
| * | process(): Remove the conditional tests for forbidden_posters, | bwarsaw | 2001-10-15 | 1 | -46/+29 |
| * | GetConfigInfo(): Update to the new signature, accepting category and | bwarsaw | 2001-10-15 | 1 | -42/+131 |
| * | GetConfigInfo(): Update to the new signature, accepting category and | bwarsaw | 2001-10-15 | 1 | -3/+3 |
| * | GetConfigInfo(): Update to the new signature, accepting category and | bwarsaw | 2001-10-15 | 9 | -9/+27 |
| * | UpdateOldVars(): Handle the migration of the old privacy variables to | bwarsaw | 2001-10-15 | 1 | -0/+69 |
| * | DATA_FILE_VERSION: Bump to 38 to pick up the new sender-centric | bwarsaw | 2001-10-15 | 1 | -1/+1 |
| * | List2Dict(): Add `foldcase' argument. When true, coerce all elements | bwarsaw | 2001-10-15 | 1 | -7/+10 |
| * | get_sender(): Minor efficiency. | bwarsaw | 2001-10-15 | 1 | -1/+1 |
| * | _factory(): A factory function for PortableUnixMailbox.__init__() so | bwarsaw | 2001-10-15 | 1 | -0/+16 |
| * | InitVars(): Remove the initializations for the obsolete list | bwarsaw | 2001-10-15 | 1 | -17/+71 |
| * | main(): category_suffix -> category, and get subcat from parts[0] | bwarsaw | 2001-10-15 | 1 | -40/+77 |
| * | ProcessConfirmCmd(): Rename argument `mail' to `msg', and pass it as | bwarsaw | 2001-10-15 | 1 | -2/+2 |
| * | RejectMessage: Add an __init__() to initialize the rejection notice | bwarsaw | 2001-10-15 | 1 | -3/+10 |
| * | GLOBAL_PIPELINE: Add the `Moderate' module right before the `Hold' | bwarsaw | 2001-10-15 | 1 | -5/+16 |
| * | BounceMessage(): Argument `e' is now either None or an instance with a | bwarsaw | 2001-10-15 | 1 | -2/+5 |
| * | Outdated. | bwarsaw | 2001-10-15 | 1 | -0/+0 |