| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | AddMember(), ApprovedAddMember(): In both cases, normalize address | bwarsaw | 1998-12-30 | 1 | -0/+14 |
| * | Fixed two instances where the old module named mm_err was being | bwarsaw | 1998-12-29 | 1 | -1/+1 |
| * | Cleaned up some option description typos, and i think i clarified the | klm | 1998-12-10 | 1 | -14/+16 |
| * | .Save(): Deal with failure to marshal the new config file, trying to | klm | 1998-12-08 | 1 | -22/+37 |
| * | .ProcessConfirmation(): Due to the elimination of the .Save() | klm | 1998-11-24 | 1 | -4/+1 |
| * | These changes represent the changes that make mailman's addressing | cotton | 1998-11-21 | 1 | -11/+48 |
| * | I should have broken this up into 2 checkins because it implements one | cotton | 1998-11-21 | 1 | -3/+35 |
| * | .__del__(): Handle the absence of any ._log_files, which can be the | klm | 1998-11-20 | 1 | -23/+31 |
| * | whoops, just realized that there were a couple of places where i | cotton | 1998-11-19 | 1 | -6/+8 |
| * | This change implements storing list members and digest members as | cotton | 1998-11-19 | 1 | -15/+24 |
| * | made Post look for the "sender" of the message like this: check for | cotton | 1998-11-18 | 1 | -1/+3 |
| * | .ApprovedAddMember(): Initialize the user with the correct digest | klm | 1998-11-17 | 1 | -0/+2 |
| * | Made it so that the moderated variable is sensitive to whether or not | cotton | 1998-11-13 | 1 | -3/+12 |
| * | The change from os.path.join to %s/%s caused a problem with GetAbsoluteScript... | cotton | 1998-11-12 | 1 | -0/+2 |
| * | added post logging. | cotton | 1998-11-11 | 1 | -0/+3 |
| * | changed urls's to us %s/%s instead of os.path.join: | cotton | 1998-11-09 | 1 | -6/+6 |
| * | took out posters_includes_members in favor of having it reference the | cotton | 1998-11-01 | 1 | -31/+17 |
| * | changed the site site variable ADMIN_MEMBER_CHUNKSIZE to a per-list | cotton | 1998-10-23 | 1 | -0/+1 |
| * | .GetListIdentifier(): new routine for proposed maillist "list-id" | klm | 1998-10-23 | 1 | -0/+5 |
| * | Using new pending-requests methods, with no direct handling of db. | klm | 1998-10-22 | 1 | -18/+11 |
| * | code cleanup: | cotton | 1998-10-20 | 1 | -52/+2 |
| * | robustified Post(): | cotton | 1998-10-20 | 1 | -1/+10 |
| * | Remove alread-commented-out def of the filter_prog option - we'll add | klm | 1998-10-19 | 1 | -10/+7 |
| * | bugfix in the new posters_includes_members code | cotton | 1998-10-18 | 1 | -1/+1 |
| * | MailList.GetMemberAdminEmail(): New routine to identify the admin | klm | 1998-10-17 | 1 | -7/+15 |
| * | Accommodating change of umbrella-lists variable, | klm | 1998-10-17 | 1 | -35/+70 |
| * | added posters_includes_members variable which determines whether or not | cotton | 1998-10-12 | 1 | -12/+40 |
| * | added adminitrivia filter and an "administrivia" list attribute that | cotton | 1998-10-12 | 1 | -3/+20 |
| * | These changes allow case-preserved usernames in email addresses of | cotton | 1998-10-12 | 1 | -5/+4 |
| * | These changing are a cleanup of the sorry state the subscription policy | cotton | 1998-10-10 | 1 | -39/+95 |
| * | made the list.Save() function attempt to create the archive directory if | cotton | 1998-10-10 | 1 | -3/+23 |
| * | All these changes are for implemented integrated pipermail based archives. | cotton | 1998-10-09 | 1 | -5/+39 |
| * | .AddMember(): Check for and deny attempts to subscribe list to | klm | 1998-09-05 | 1 | -2/+6 |
| * | Some small refinements to some options descriptions. (Prompted by | klm | 1998-08-01 | 1 | -8/+11 |
| * | InitTempVars(): Remove the call of HTMLFormatter.InitTempVars() since | bwarsaw | 1998-07-22 | 1 | -1/+1 |
| * | .Unlock(): Do not raise an exception if the list is already unlocked, | klm | 1998-07-17 | 1 | -3/+4 |
| * | Corrected docstring-typo, missing close paren. | klm | 1998-07-15 | 1 | -1/+1 |
| * | Get the StampedLogger out of Mailman.Logging.StampedLogger | bwarsaw | 1998-07-02 | 1 | -1/+2 |
| * | Maillist: Upon investigating why self._mime_separator was never | klm | 1998-07-01 | 1 | -9/+15 |
| * | Convert all module names to their new names. | bwarsaw | 1998-06-19 | 1 | -72/+79 |
| * | Moved _mime_separator from InitVars to InitTempVars. | viega | 1998-06-13 | 1 | -5/+2 |
| * | Added support for flock.py and an InitTempVars() method that will get | viega | 1998-06-13 | 1 | -25/+23 |
| * | Added support for send_welcome_msg. | viega | 1998-06-12 | 1 | -0/+9 |
| * | Added support for a send_reminders variable that controls whether | viega | 1998-06-12 | 1 | -5/+8 |
| * | Changed the way InitVars() is called so that it only gets called on | viega | 1998-06-11 | 1 | -11/+14 |
| * | I added a variable 'anonymous_list' that, if set, causes From, Sender | viega | 1998-06-11 | 1 | -1/+9 |
| * | Applied minor changes across 4 lines submitted by Janne Sinkkonen | viega | 1998-06-11 | 1 | -4/+4 |
| * | Removed the method GetScriptURL. Replaced it with two methods: | viega | 1998-06-03 | 1 | -4/+7 |
| * | Don't copy over the list data file if it doesn't exist. | viega | 1998-06-02 | 1 | -2/+3 |
| * | Added a lock parameter to the constructor of MailList, which determines | viega | 1998-06-02 | 1 | -5/+9 |