summaryrefslogtreecommitdiff
path: root/Mailman/MailList.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* ChangeMemberName(): Fix typo found by Dan Mick.bwarsaw2002-01-041-1/+1
* InitVars(): Change the order of some of the attribute assignments;bwarsaw2002-01-021-3/+4
* CheckVersion(): Slight simplification.bwarsaw2001-12-311-16/+15
* ProcessConfirmation(): Add handling of Pending.RE_ENABLE to the bigbwarsaw2001-12-271-0/+5
* getListAddress(): Basic method for calculating a sub-address of thebwarsaw2001-11-201-10/+16
* InitVars(): Add a hidden config variable `created_at' whichbwarsaw2001-10-271-0/+5
* CheckVersion(): Can't lock an already locked list!bwarsaw2001-10-221-1/+2
* CheckVersion(): The list must be locked in order to auto-update thebwarsaw2001-10-221-10/+17
* InitVars(): New MailList attributes:bwarsaw2001-10-211-8/+17
* InitVars(): New list attribute first_strip_reply_to.bwarsaw2001-10-201-0/+1
* InitVars(): Remove the initializations for the obsolete listbwarsaw2001-10-151-17/+71
* AddMember(): When raising MMAlreadyAMember, include the email addressbwarsaw2001-10-121-1/+1
* HasExplicitDest(), hasMatchingHeader(): Pass a failobj of [] to thebwarsaw2001-10-091-2/+2
* Switch to using binary cpickles as the config file data format.bwarsaw2001-10-041-47/+70
* Convert from mimelib to email.bwarsaw2001-10-011-8/+4
* AddMember(), ChangeMemberAddress(), ConfirmUnsubscription(): Fixedbwarsaw2001-09-051-3/+3
* AddMember(), ChangeMemberAddress(), ConfirmUnsubscription(): Thebwarsaw2001-08-301-3/+3
* Create(): Let any exceptions in the os.makedirs() call percolate up.bwarsaw2001-08-201-5/+2
* InitVars(): In order to make the General options consistently displaybwarsaw2001-08-171-3/+3
* InitTempVars(): Removed the _ready attribute, as it really isn'tbwarsaw2001-08-141-16/+10
* ApprovedAddMember(), ApprovedDeleteMember(): Instead of usingbwarsaw2001-08-041-4/+5
* InitVars(): Initialize the `personalize' list attribute. Defaults to 0.bwarsaw2001-08-031-0/+1
* Another step towards conversion to MemberAdaptor API.bwarsaw2001-07-291-27/+9
* Lock(): If /any/ exception (not just MMUnknownListError) is raisedbwarsaw2001-07-261-1/+1
* AddMember(): Cut-and-paste typo; mlist -> self; fullname -> namebwarsaw2001-07-201-3/+10
* ApprovedAddMembers(): Rid ourselves of this horror. The right way tobwarsaw2001-07-191-113/+115
* GetConfigInfo(): Do specific hasattr() tests instead of catchingbwarsaw2001-07-191-4/+2
* AddMember(): ApprovedAddMember doesn't take a fullname argument, don't trytwouters2001-07-191-5/+5
* Major overhaul. Summary:bwarsaw2001-07-191-958/+404
* AddMember(), ChangeMemberAddress(), ConfirmUnsubscription(): Shortenbwarsaw2001-07-111-3/+3
* GetConfigInfo(): Add some text to the welcome_msg details whichbwarsaw2001-07-101-1/+9
* Use better syslog() calling convention.bwarsaw2001-06-271-19/+18
* Add support for the list moderator role, and change of addressbwarsaw2001-05-311-5/+134
* GetAvailableLanguages(): Add a comment.bwarsaw2001-05-251-0/+4
* GetAvailableLanguages(): Always add the server default language to thebwarsaw2001-05-251-0/+1
* InitVars(): Don't call HTMLFormatter.InitVars() as this has beenbwarsaw2001-05-221-2/+0
* A few language related safety issues:bwarsaw2001-05-201-2/+8
* GetConfigInfo(), AddMember(), ConfirmUnsubscription(),bwarsaw2001-05-181-8/+6
* Create(): Add a call to CheckValues() so that even if DEFAULT_URL isbwarsaw2001-05-161-0/+1
* ProcessConfirmation(): Fix tuple unpacking typo in unsub confirmation.bwarsaw2001-05-111-1/+1
* Create(): Wrap the os.makedirs() in a try/except transforming OSErrorsbwarsaw2001-05-091-2/+7
* Support the new confirmation scheme for both subscriptions andbwarsaw2001-04-021-14/+55
* AddMember(): Use the new Pending module interface. Also, generate thebwarsaw2001-03-261-27/+30
* AddMember(): Change the subscription confirmation Subject: header tobwarsaw2001-03-241-1/+1
* GetConfigInfo(): Elaborate slightly about the `host_name' attribute.bwarsaw2001-03-021-17/+17
* GetPreferredLanguage(): Simplify.bwarsaw2001-03-011-4/+1
* GetConfigInfo(): Fixed typo.bwarsaw2001-03-011-1/+1
* Untabification.bwarsaw2001-02-281-465/+479
* Create(): We don't need to touch the digest files since we're doingbwarsaw2001-02-161-11/+0
* Create(): os.makedirs() is better than Utils.MakeDirTree().bwarsaw2001-02-161-1/+5