| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Latest round of jcrey's I18N patches. Specifically, | bwarsaw | 2000-12-26 | 1 | -10/+21 |
| * | First integration patch for Juan Carlos's translatable string changes | bwarsaw | 2000-12-07 | 1 | -7/+8 |
| * | __handlepost(): When reconstituting the message from the request | bwarsaw | 2000-11-08 | 1 | -0/+6 |
| * | __handlepost(): If the message has been approved, and is being | bwarsaw | 2000-10-10 | 1 | -2/+10 |
| * | HoldSubscription(): GetAbsoluteScriptURL() => GetScriptURL(..., absolute=1) | bwarsaw | 2000-08-01 | 1 | -1/+1 |
| * | __handlepost(): Ricardo Kustner noticed that the forward feature was | bwarsaw | 2000-07-06 | 1 | -2/+2 |
| * | HoldMessage(): Make a copy of the msgdata dictionary so that | bwarsaw | 2000-07-05 | 1 | -0/+5 |
| * | __handlesubscription(): When subscribing the addr, ApprovedAddMember() | bwarsaw | 2000-06-28 | 1 | -0/+3 |
| * | Use the constants defined in Defaults.py.in | bwarsaw | 2000-06-20 | 1 | -21/+24 |
| * | HandleRequest(): Takes three new additional arguments, `preserve', | bwarsaw | 2000-06-15 | 1 | -24/+60 |
| * | __handlesubscription(): Change the sense of the `value' parameter to | bwarsaw | 2000-06-14 | 1 | -2/+2 |
| * | __handlepost(): Always send out the rejection notice; don't | bwarsaw | 2000-06-05 | 1 | -3/+2 |
| * | Convert all uses of mlist.LogMsg() to the new syslog() interface. | bwarsaw | 2000-06-02 | 1 | -6/+6 |
| * | HoldMessage(): Use the repr() of the message, not the str() so as to | bwarsaw | 2000-05-31 | 1 | -1/+1 |
| * | __handlepost(): Write a log entry when a held message is enqueued | bwarsaw | 2000-05-31 | 1 | -0/+2 |
| * | __handlepost(): Instead of trying to deliver approved messages | bwarsaw | 2000-05-31 | 1 | -2/+4 |
| * | __handlepost(): Fixed typo in call to DeliverToList() caught by Ron | bwarsaw | 2000-05-30 | 1 | -1/+1 |
| * | __handlepost(): No need to explicitly enqueue the message, since | bwarsaw | 2000-05-22 | 1 | -3/+2 |
| * | Elaborations related to the new delivery stuff. Specifically, | bwarsaw | 2000-05-08 | 1 | -5/+14 |
| * | __getmsgids(): sort the list of matching ids before returning them. | bwarsaw | 2000-04-13 | 1 | -0/+1 |
| * | __handlepost(): Sender's address (which is taken from the incoming | hmeland | 2000-04-08 | 1 | -1/+1 |
| * | Update the copyright lines to include the years 1999 & 2000. | bwarsaw | 2000-03-21 | 1 | -1/+1 |
| * | Convert message delivery to pipeline architecture by using | bwarsaw | 1999-11-24 | 1 | -13/+14 |
| * | Held posts are now stored in a separate file in the file system, | bwarsaw | 1999-11-15 | 1 | -13/+43 |
| * | InitTempVars(): Set self.__filename to other than None if | bwarsaw | 1999-11-12 | 1 | -2/+5 |
| * | Don't use anydbm as the database format, since it can't be made to | bwarsaw | 1999-11-11 | 1 | -68/+44 |
| * | __opendb(): add a simple, first line of defense assert against out of | bwarsaw | 1999-11-11 | 1 | -0/+2 |
| * | Massively restructured, the key improvement is that request data are | bwarsaw | 1999-11-10 | 1 | -155/+208 |
| * | HandlePostRequest(): Quote %'s in the Subject: header too! | bwarsaw | 1999-04-09 | 1 | -8/+10 |
| * | HandlePostRequest(): Need to "strquote" (e.g. replace % with %%) in | bwarsaw | 1999-03-31 | 1 | -6/+12 |
| * | I should have broken this up into 2 checkins because it implements one | cotton | 1998-11-21 | 1 | -0/+1 |
| * | Removed import of marshal. It isn't used here. | bwarsaw | 1998-07-23 | 1 | -1/+0 |
| * | NumRequestsPending(): Changed name from RequestsPending(), reflecting | klm | 1998-07-17 | 1 | -1/+1 |
| * | RefuseRequest(): Convert to maketext() | bwarsaw | 1998-07-06 | 1 | -29/+13 |
| * | Convert all module names to their new names. | bwarsaw | 1998-06-19 | 1 | -45/+32 |
| * | Whoops, I forgot to check these in. They're changed to handle | viega | 1998-06-03 | 1 | -2/+2 |
| * | Removed RCS crud | bwarsaw | 1998-05-26 | 1 | -8/+10 |
| * | Fixed a typo in the zipcode. | viega | 1998-05-26 | 1 | -2/+2 |
| * | Added copyright notices to all source files where I am legally entitled to do... | viega | 1998-05-25 | 1 | -1/+18 |
| * | Preparing to package a distribution - add a module docstring and | mailman | 1998-04-09 | 1 | -0/+4 |
| * | Collapsed a message log line. | mailman | 1998-04-09 | 1 | -3/+2 |
| * | Log info about rejected and discarded posts in vette lot file. | mailman | 1998-04-08 | 1 | -3/+16 |
| * | Provide for untitled messages in acknowledgement notices. | mailman | 1998-03-26 | 1 | -2/+6 |
| * | Added implementation of 'discard' admin options to request | mailman | 1998-03-24 | 1 | -3/+8 |
| * | Refined admin vette logging a bit. | mailman | 1998-03-20 | 1 | -7/+7 |
| * | Take additional info about the message subject in the 'post' | mailman | 1998-03-18 | 1 | -17/+22 |
| * | Implement admin_immed_notify, where list admins can choose to have | mailman | 1998-03-13 | 1 | -1/+45 |
| * | ListAdmin.AddRequest(): Log all posting and membership requests | klm | 1998-03-08 | 1 | -1/+10 |
| * | Initial revision | mailman | 1998-02-21 | 1 | -0/+132 |