| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Bumping rev numbers to 2.0beta3 | bwarsaw | 2000-04-08 | 1 | -2/+2 |
| * | ProcessSubscribeCmd(): Fixed small typo in previous checkin | bwarsaw | 2000-04-08 | 1 | -1/+1 |
| * | ProcessSubscribeCommand(): Use MailList.GetAdminEmail() for obtaining | hmeland | 2000-04-08 | 1 | -4/+4 |
| * | __handlepost(): Sender's address (which is taken from the incoming | hmeland | 2000-04-08 | 1 | -1/+1 |
| * | __init__(): Catch possible ValueErrors when the date contains a year | bwarsaw | 2000-04-07 | 1 | -1/+5 |
| * | do_child(): Catch and cleanly report socket.error exceptions which can | bwarsaw | 2000-04-07 | 1 | -5/+10 |
| * | ChangeOptions(): When the gateway_to_mail option changes (in any | bwarsaw | 2000-04-07 | 1 | -1/+8 |
| * | HEX_VERSION (et al): Implementation of a comparable integer describing | bwarsaw | 2000-04-07 | 1 | -0/+18 |
| * | Import new variable HEX_VERSION from Version.py | bwarsaw | 2000-04-07 | 1 | -1/+1 |
| * | process_form(): MMListNotReady => MMListNotReadyError | bwarsaw | 2000-04-04 | 1 | -4/+4 |
| * | ProcessPasswordCmd(), ProcessSetCmd(), ProcessUnsubscribeCmd(), | bwarsaw | 2000-04-04 | 1 | -4/+4 |
| * | process_form(): MMListNotReady => MMListError | bwarsaw | 2000-04-04 | 1 | -1/+1 |
| * | Some meager consistency in handling errors when trying to open the | bwarsaw | 2000-04-04 | 9 | -44/+55 |
| * | __init__(): Avoid the costly scan of name in Utils.list_names(). This | bwarsaw | 2000-04-04 | 1 | -10/+10 |
| * | ProcessListsCmd(): Catch base class MMListError. | bwarsaw | 2000-04-04 | 1 | -1/+2 |
| * | Consistency in list-opening related exceptions. | bwarsaw | 2000-04-04 | 1 | -4/+8 |
| * | do_child(): Move subjpref outside the if subj: test, otherwise a | bwarsaw | 2000-04-04 | 1 | -1/+1 |
| * | __get_f(): Since Python 1.5.2 is now required, we can get rid of the | bwarsaw | 2000-04-03 | 1 | -4/+4 |
| * | makelink(), breaklink(), Archiver.InitVars(), | bwarsaw | 2000-04-03 | 1 | -17/+11 |
| * | open_ex(): Since Python 1.5.2 is now required, we can get rid of the | bwarsaw | 2000-04-03 | 1 | -19/+1 |
| * | Save(): Since Python 1.5.2 is now required, we can get rid of the | bwarsaw | 2000-04-03 | 1 | -3/+3 |
| * | process(): Michael Yount writes to describe the handling of error code | bwarsaw | 2000-04-03 | 1 | -1/+10 |
| * | Bump version number to 2.0beta2 | bwarsaw | 2000-04-03 | 1 | -1/+1 |
| * | Implementation of file queing on total or partial delivery failures. | bwarsaw | 2000-03-28 | 1 | -7/+59 |
| * | pipeline_delivery(): factoring out common delivery code. | bwarsaw | 2000-03-28 | 1 | -15/+23 |
| * | InitTempVars(): Use mm_cfg.LIST_LOCK_LIFETIME, which now defaults to 2 | bwarsaw | 2000-03-28 | 1 | -1/+1 |
| * | SMTPHOST now defaults to 'localhost'. I don't remember why I tried to | bwarsaw | 2000-03-28 | 1 | -1/+9 |
| * | do_child(): Move the global import of our own copy of nntplib into | bwarsaw | 2000-03-23 | 1 | -7/+3 |
| * | process_form(): Catch MMBadUserError, which can get raised during | bwarsaw | 2000-03-23 | 1 | -0/+4 |
| * | MailUserPassword(): If the user didn't have a password, requestaddr | bwarsaw | 2000-03-23 | 1 | -1/+1 |
| * | Jim Tittsler finds more buglets with the generated HTML: | bwarsaw | 2000-03-22 | 1 | -4/+4 |
| * | SMTPHOST should get initialized from @URL@ instead of @FQDN@. This | bwarsaw | 2000-03-22 | 1 | -1/+1 |
| * | do_child(): set reader mode when creating the NNTP connection. | bwarsaw | 2000-03-21 | 1 | -1/+5 |
| * | With the new message delivery architecture, OutgoingQueue.py is no | bwarsaw | 2000-03-21 | 1 | -198/+0 |
| * | Update the copyright lines to include the years 1999 & 2000. | bwarsaw | 2000-03-21 | 76 | -87/+175 |
| * | UpdateOldVars(): Bug fix for schema updates. This used to set | bwarsaw | 2000-03-21 | 1 | -4/+6 |
| * | Bump version to 2.0beta1 | bwarsaw | 2000-03-21 | 1 | -2/+2 |
| * | Conversion of Mailman 1.1 pending admin database to 1.2/2.0 external | bwarsaw | 2000-03-16 | 1 | -12/+48 |
| * | FormatListinfoOverview(): "mailman" => "Mailman" | bwarsaw | 2000-03-15 | 1 | -1/+1 |
| * | Changes to Mailman's default footer so that open source logos for | bwarsaw | 2000-03-15 | 1 | -9/+49 |
| * | Changes to Mailman's default footer so that open source logos for | bwarsaw | 2000-03-15 | 1 | -5/+11 |
| * | nntplib.py from Python 1.5.2+. This version supports setting mode | bwarsaw | 2000-03-13 | 1 | -0/+535 |
| * | process(): Use only msg.GetSender() as the way to get the "author" | bwarsaw | 2000-03-03 | 1 | -4/+2 |
| * | GetSender(): Every access of the "sender" (really author) should now | bwarsaw | 2000-03-03 | 1 | -32/+47 |
| * | TEXTFIELDWIDTH: default value is better at 40 chars wide | bwarsaw | 2000-03-03 | 1 | -1/+1 |
| * | Some minor improvements to the admin UI, specifically: | bwarsaw | 2000-03-03 | 1 | -31/+35 |
| * | DeliverToUser(): 'fastrack' => 'fasttrack' | bwarsaw | 2000-03-03 | 1 | -1/+1 |
| * | process(): 'fastrack' => 'fasttrack'. Elaborate the Reply-To: munging | bwarsaw | 2000-03-03 | 1 | -5/+10 |
| * | NewVars(): initialize reply_goes_to_list to the empty string. | bwarsaw | 2000-03-03 | 1 | -0/+1 |
| * | Bump the DATA_FILE_VERSION to pick up the new reply_to_address config | bwarsaw | 2000-03-03 | 1 | -1/+1 |