summaryrefslogtreecommitdiff
path: root/Mailman/MailList.py (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* InitVars(): Add the `emergency' attribute for putting the brakes onbwarsaw2002-03-151-0/+2
* ApprovedAddMember(), ApprovedDeleteMember(): The admin notificationbwarsaw2002-03-141-2/+4
* GetConfirmEmail(): Returns a VERP-ish reply address for VERPdbwarsaw2002-03-141-4/+49
* Patches to help localize where file system layout decisions are made.bwarsaw2002-03-051-9/+5
* Patches to support duplicate suppression for explicit recipients,bwarsaw2002-03-051-2/+3
* __del__(): Remove this because it prevents the garbage collector frombwarsaw2002-03-011-7/+0
* AddMember(), ConfirmUnsubscription(): We have to handle the confirmbwarsaw2002-03-011-4/+8
* ChangeMemberAddress(): Pass the member's language into thebwarsaw2002-02-281-4/+14
* AddMember(), ApprovedAddMember(), ApprovedDeleteMember(): Whenbwarsaw2002-02-111-6/+3
* InitVars(): Add new list attributes: member_moderation_action andbwarsaw2002-01-211-0/+5
* AddMember(): Add MIME-Version: and Content-Type: headers to thebwarsaw2002-01-061-0/+3
* InitVars(): Add new attribute ban_list which contains a list of emailbwarsaw2002-01-061-0/+24
* 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