| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Updates to the catalog template, merged with the Spanish catalog, and | bwarsaw | 2001-07-11 | 3 | -1444/+2074 |
| * | Integrating Juan Carlos Rey Anaya's latest Spanish catalog patches. | bwarsaw | 2001-07-11 | 1 | -16/+36 |
| * | main(): Forgot to re-install the real translation context after the | bwarsaw | 2001-07-11 | 1 | -0/+1 |
| * | get_corner_bgcolor(): Set the default background color to white, to | bwarsaw | 2001-07-10 | 1 | -1/+1 |
| * | Updates for 2.1 alpha 2. | bwarsaw | 2001-07-10 | 1 | -14/+23 |
| * | The default installation directory is now /usr/local/mailman instead | bwarsaw | 2001-07-10 | 2 | -4/+4 |
| * | Use a more convenient url for the canonical gnu.org site. | bwarsaw | 2001-07-10 | 2 | -5/+5 |
| * | _dopipeline(): Use a better mechanism for digging out the process() | bwarsaw | 2001-07-10 | 1 | -4/+5 |
| * | InitVars(): Fix the out-of-date comment. | bwarsaw | 2001-07-10 | 1 | -1/+1 |
| * | GetConfigInfo(): Add some text to the welcome_msg details which | bwarsaw | 2001-07-10 | 1 | -1/+9 |
| * | Added support for an Urgent: header, which should contain a password | bwarsaw | 2001-07-10 | 1 | -0/+47 |
| * | BSDDBdatabase.__openIndices(): 'pas' -> 'pass' | twouters | 2001-07-10 | 1 | -1/+1 |
| * | Add missing import of 'syslog'. | twouters | 2001-07-10 | 1 | -0/+1 |
| * | MailCommandHandler.ProcessOptionCmd() and MailCommandHandler.ProcessSetCmd(): | twouters | 2001-07-10 | 1 | -2/+2 |
| * | UpdateOldVars(): 'setatrr' -> 'setattr' | twouters | 2001-07-10 | 1 | -1/+1 |
| * | SecurityManager.MakeCookie(): 'MMBadUserError' -> 'Errors.MMBadUserError' | twouters | 2001-07-10 | 1 | -1/+1 |
| * | 'UnimplementedError' -> 'NotImplementedError' | twouters | 2001-07-10 | 2 | -3/+3 |
| * | import time so it can be used. | twouters | 2001-07-10 | 1 | -0/+1 |
| * | Add back COMMASPACE to globals, as it apparently *is* used, just not | twouters | 2001-07-10 | 1 | -1/+3 |
| * | Don't forget to import LockFile for its exception. | twouters | 2001-07-10 | 1 | -0/+1 |
| * | checkperms(): 'mode' -> 'stat[ST_MODE]'. | twouters | 2001-07-10 | 1 | -1/+1 |
| * | Move COMMASPACE global from NewsRunner.py (where it isn't used) to | twouters | 2001-07-10 | 2 | -2/+1 |
| * | main(): don't call handle_no_list() with a 'doc' argument: it doesn't want | twouters | 2001-07-10 | 1 | -1/+1 |
| * | process(): Remove any Urgent: headers since these can contain | bwarsaw | 2001-07-10 | 1 | -1/+2 |
| * | send_i18n_digests(): Because messages are now enqueued as pickles by | bwarsaw | 2001-07-10 | 1 | -7/+3 |
| * | All classes should use the renamed base class: Errors.MessageHeld => | bwarsaw | 2001-07-10 | 1 | -10/+10 |
| * | MessageHeld => HoldMessage | bwarsaw | 2001-07-10 | 1 | -1/+4 |
| * | bump_digest_volume(): Fixed cut-n-paste typos (mlist => self). | bwarsaw | 2001-07-10 | 1 | -2/+2 |
| * | GLOBAL_PIPELINE: Move CalcRecips ahead of Cleanse since the former | bwarsaw | 2001-07-10 | 1 | -1/+2 |
| * | BounceMessage(): New method that will `bounce' a message back to the | bwarsaw | 2001-07-10 | 1 | -0/+19 |
| * | Add a note about template file upgrading w/ 2.1a2. Add a description | bwarsaw | 2001-07-10 | 1 | -4/+15 |
| * | A start at an update of this document. Shorten the canonical gnu.org | bwarsaw | 2001-07-10 | 1 | -22/+75 |
| * | More updates for MM2.1a2, including describing the new Urgent: header | bwarsaw | 2001-07-10 | 1 | -4/+11 |
| * | Integration of latest Spanish patches from Juan Carlos Rey Anaya. | bwarsaw | 2001-07-10 | 1 | -3189/+4758 |
| * | Integration of latest Spanish templates from Juan Carlos Rey Anaya. | bwarsaw | 2001-07-10 | 2 | -27/+34 |
| * | _shortcircuit(): Return self._stop as a default. This allows a | bwarsaw | 2001-07-08 | 1 | -1/+1 |
| * | Cleaner startup/restart/shutdown implementation. This allows the | bwarsaw | 2001-07-08 | 1 | -30/+48 |
| * | A bunch of new sites. | bwarsaw | 2001-07-06 | 2 | -1/+43 |
| * | More names. | bwarsaw | 2001-07-06 | 3 | -3/+4 |
| * | No longer necessary. qrunner is now a proper daemon and shouldn't be | bwarsaw | 2001-07-06 | 1 | -290/+0 |
| * | Need to import sys! | bwarsaw | 2001-07-06 | 1 | -14/+18 |
| * | get_sender(): Watch out for missing Sender: or From: fields, which | bwarsaw | 2001-07-06 | 1 | -4/+15 |
| * | unique_message_id(): New function to craft a guaranteed unique Message-ID. | bwarsaw | 2001-07-06 | 1 | -0/+19 |
| * | process(): Call syslog.write_ex() directly (instead of syslog.write() | bwarsaw | 2001-07-06 | 1 | -8/+8 |
| * | LogMsg() -> write() | bwarsaw | 2001-07-06 | 1 | -3/+10 |
| * | prepare_message(): Use Utils.unique_message_id() to generate the | bwarsaw | 2001-07-06 | 1 | -6/+13 |
| * | _open_list(): The lockp argument was unused, so remove it. | bwarsaw | 2001-07-06 | 1 | -1/+1 |
| * | Removed qrunner cron script, as it has been obsoleted by | bwarsaw | 2001-07-05 | 1 | -2/+2 |
| * | SCRIPTS: added mailmanctl and qrunner. | bwarsaw | 2001-07-05 | 1 | -1/+1 |
| * | Added a description of the new bin/mailmanctl and bin/qrunner scripts. | bwarsaw | 2001-07-05 | 1 | -0/+7 |