summaryrefslogtreecommitdiff
path: root/Mailman/MailList.py (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* AddMember(), ApprovedAddMember(): In both cases, normalize addressbwarsaw1998-12-301-0/+14
* Fixed two instances where the old module named mm_err was beingbwarsaw1998-12-291-1/+1
* Cleaned up some option description typos, and i think i clarified theklm1998-12-101-14/+16
* .Save(): Deal with failure to marshal the new config file, trying toklm1998-12-081-22/+37
* .ProcessConfirmation(): Due to the elimination of the .Save()klm1998-11-241-4/+1
* These changes represent the changes that make mailman's addressingcotton1998-11-211-11/+48
* I should have broken this up into 2 checkins because it implements onecotton1998-11-211-3/+35
* .__del__(): Handle the absence of any ._log_files, which can be theklm1998-11-201-23/+31
* whoops, just realized that there were a couple of places where icotton1998-11-191-6/+8
* This change implements storing list members and digest members ascotton1998-11-191-15/+24
* made Post look for the "sender" of the message like this: check forcotton1998-11-181-1/+3
* .ApprovedAddMember(): Initialize the user with the correct digestklm1998-11-171-0/+2
* Made it so that the moderated variable is sensitive to whether or notcotton1998-11-131-3/+12
* The change from os.path.join to %s/%s caused a problem with GetAbsoluteScript...cotton1998-11-121-0/+2
* added post logging.cotton1998-11-111-0/+3
* changed urls's to us %s/%s instead of os.path.join:cotton1998-11-091-6/+6
* took out posters_includes_members in favor of having it reference thecotton1998-11-011-31/+17
* changed the site site variable ADMIN_MEMBER_CHUNKSIZE to a per-listcotton1998-10-231-0/+1
* .GetListIdentifier(): new routine for proposed maillist "list-id"klm1998-10-231-0/+5
* Using new pending-requests methods, with no direct handling of db.klm1998-10-221-18/+11
* code cleanup:cotton1998-10-201-52/+2
* robustified Post():cotton1998-10-201-1/+10
* Remove alread-commented-out def of the filter_prog option - we'll addklm1998-10-191-10/+7
* bugfix in the new posters_includes_members codecotton1998-10-181-1/+1
* MailList.GetMemberAdminEmail(): New routine to identify the adminklm1998-10-171-7/+15
* Accommodating change of umbrella-lists variable,klm1998-10-171-35/+70
* added posters_includes_members variable which determines whether or notcotton1998-10-121-12/+40
* added adminitrivia filter and an "administrivia" list attribute thatcotton1998-10-121-3/+20
* These changes allow case-preserved usernames in email addresses ofcotton1998-10-121-5/+4
* These changing are a cleanup of the sorry state the subscription policycotton1998-10-101-39/+95
* made the list.Save() function attempt to create the archive directory ifcotton1998-10-101-3/+23
* All these changes are for implemented integrated pipermail based archives.cotton1998-10-091-5/+39
* .AddMember(): Check for and deny attempts to subscribe list toklm1998-09-051-2/+6
* Some small refinements to some options descriptions. (Prompted byklm1998-08-011-8/+11
* InitTempVars(): Remove the call of HTMLFormatter.InitTempVars() sincebwarsaw1998-07-221-1/+1
* .Unlock(): Do not raise an exception if the list is already unlocked,klm1998-07-171-3/+4
* Corrected docstring-typo, missing close paren.klm1998-07-151-1/+1
* Get the StampedLogger out of Mailman.Logging.StampedLoggerbwarsaw1998-07-021-1/+2
* Maillist: Upon investigating why self._mime_separator was neverklm1998-07-011-9/+15
* Convert all module names to their new names.bwarsaw1998-06-191-72/+79
* Moved _mime_separator from InitVars to InitTempVars.viega1998-06-131-5/+2
* Added support for flock.py and an InitTempVars() method that will getviega1998-06-131-25/+23
* Added support for send_welcome_msg.viega1998-06-121-0/+9
* Added support for a send_reminders variable that controls whetherviega1998-06-121-5/+8
* Changed the way InitVars() is called so that it only gets called onviega1998-06-111-11/+14
* I added a variable 'anonymous_list' that, if set, causes From, Senderviega1998-06-111-1/+9
* Applied minor changes across 4 lines submitted by Janne Sinkkonenviega1998-06-111-4/+4
* Removed the method GetScriptURL. Replaced it with two methods:viega1998-06-031-4/+7
* Don't copy over the list data file if it doesn't exist.viega1998-06-021-2/+3
* Added a lock parameter to the constructor of MailList, which determinesviega1998-06-021-5/+9