summaryrefslogtreecommitdiff
path: root/Mailman
Commit message (Expand)AuthorAgeFilesLines
...
* Bumping rev numbers to 2.0beta3bwarsaw2000-04-081-2/+2
* ProcessSubscribeCmd(): Fixed small typo in previous checkinbwarsaw2000-04-081-1/+1
* ProcessSubscribeCommand(): Use MailList.GetAdminEmail() for obtaininghmeland2000-04-081-4/+4
* __handlepost(): Sender's address (which is taken from the incominghmeland2000-04-081-1/+1
* __init__(): Catch possible ValueErrors when the date contains a yearbwarsaw2000-04-071-1/+5
* do_child(): Catch and cleanly report socket.error exceptions which canbwarsaw2000-04-071-5/+10
* ChangeOptions(): When the gateway_to_mail option changes (in anybwarsaw2000-04-071-1/+8
* HEX_VERSION (et al): Implementation of a comparable integer describingbwarsaw2000-04-071-0/+18
* Import new variable HEX_VERSION from Version.pybwarsaw2000-04-071-1/+1
* process_form(): MMListNotReady => MMListNotReadyErrorbwarsaw2000-04-041-4/+4
* ProcessPasswordCmd(), ProcessSetCmd(), ProcessUnsubscribeCmd(),bwarsaw2000-04-041-4/+4
* process_form(): MMListNotReady => MMListErrorbwarsaw2000-04-041-1/+1
* Some meager consistency in handling errors when trying to open thebwarsaw2000-04-049-44/+55
* __init__(): Avoid the costly scan of name in Utils.list_names(). Thisbwarsaw2000-04-041-10/+10
* ProcessListsCmd(): Catch base class MMListError.bwarsaw2000-04-041-1/+2
* Consistency in list-opening related exceptions.bwarsaw2000-04-041-4/+8
* do_child(): Move subjpref outside the if subj: test, otherwise abwarsaw2000-04-041-1/+1
* __get_f(): Since Python 1.5.2 is now required, we can get rid of thebwarsaw2000-04-031-4/+4
* makelink(), breaklink(), Archiver.InitVars(),bwarsaw2000-04-031-17/+11
* open_ex(): Since Python 1.5.2 is now required, we can get rid of thebwarsaw2000-04-031-19/+1
* Save(): Since Python 1.5.2 is now required, we can get rid of thebwarsaw2000-04-031-3/+3
* process(): Michael Yount writes to describe the handling of error codebwarsaw2000-04-031-1/+10
* Bump version number to 2.0beta2bwarsaw2000-04-031-1/+1
* Implementation of file queing on total or partial delivery failures.bwarsaw2000-03-281-7/+59
* pipeline_delivery(): factoring out common delivery code.bwarsaw2000-03-281-15/+23
* InitTempVars(): Use mm_cfg.LIST_LOCK_LIFETIME, which now defaults to 2bwarsaw2000-03-281-1/+1
* SMTPHOST now defaults to 'localhost'. I don't remember why I tried tobwarsaw2000-03-281-1/+9
* do_child(): Move the global import of our own copy of nntplib intobwarsaw2000-03-231-7/+3
* process_form(): Catch MMBadUserError, which can get raised duringbwarsaw2000-03-231-0/+4
* MailUserPassword(): If the user didn't have a password, requestaddrbwarsaw2000-03-231-1/+1
* Jim Tittsler finds more buglets with the generated HTML:bwarsaw2000-03-221-4/+4
* SMTPHOST should get initialized from @URL@ instead of @FQDN@. Thisbwarsaw2000-03-221-1/+1
* do_child(): set reader mode when creating the NNTP connection.bwarsaw2000-03-211-1/+5
* With the new message delivery architecture, OutgoingQueue.py is nobwarsaw2000-03-211-198/+0
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-2176-87/+175
* UpdateOldVars(): Bug fix for schema updates. This used to setbwarsaw2000-03-211-4/+6
* Bump version to 2.0beta1bwarsaw2000-03-211-2/+2
* Conversion of Mailman 1.1 pending admin database to 1.2/2.0 externalbwarsaw2000-03-161-12/+48
* FormatListinfoOverview(): "mailman" => "Mailman"bwarsaw2000-03-151-1/+1
* Changes to Mailman's default footer so that open source logos forbwarsaw2000-03-151-9/+49
* Changes to Mailman's default footer so that open source logos forbwarsaw2000-03-151-5/+11
* nntplib.py from Python 1.5.2+. This version supports setting modebwarsaw2000-03-131-0/+535
* process(): Use only msg.GetSender() as the way to get the "author"bwarsaw2000-03-031-4/+2
* GetSender(): Every access of the "sender" (really author) should nowbwarsaw2000-03-031-32/+47
* TEXTFIELDWIDTH: default value is better at 40 chars widebwarsaw2000-03-031-1/+1
* Some minor improvements to the admin UI, specifically:bwarsaw2000-03-031-31/+35
* DeliverToUser(): 'fastrack' => 'fasttrack'bwarsaw2000-03-031-1/+1
* process(): 'fastrack' => 'fasttrack'. Elaborate the Reply-To: mungingbwarsaw2000-03-031-5/+10
* NewVars(): initialize reply_goes_to_list to the empty string.bwarsaw2000-03-031-0/+1
* Bump the DATA_FILE_VERSION to pick up the new reply_to_address configbwarsaw2000-03-031-1/+1