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