summaryrefslogtreecommitdiff
path: root/Mailman/MailList.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove a useless comment.bwarsaw2002-10-151-1/+0
* ApprovedDeleteMember(): Use the new OwnerNotification class to sendbwarsaw2002-10-151-3/+4
* When content filtering, we may not always want to just discard thebwarsaw2002-10-071-0/+1
* Create(): Test the list name to make sure that it will yeild a validbwarsaw2002-10-061-0/+10
* __init__(): Don't try to run the extend() function from extend.py ifbwarsaw2002-09-051-1/+3
* ProcessConfirmation(): Fixed SF bug #596456, similar problem tobwarsaw2002-08-231-2/+2
* InitVars(): Added pass_mime_types.bwarsaw2002-08-151-9/+10
* InitVars(): Set the new config variable encode_ascii_prefixes whichbwarsaw2002-08-091-0/+6
* ApprovedChangeMemberAddress(): Watch out for situations where the newbwarsaw2002-07-111-1/+6
* autorespondToSender(): Implement MAX_AUTORESPONSES_PER_DAY = 0 meansbwarsaw2002-07-091-0/+3
* InviteNewMember(): Prepend any text given in the mass subscribe pagebwarsaw2002-05-281-5/+13
* InitVars(): Add a new attribute hold_and_cmd_autoresponses which is abwarsaw2002-05-281-0/+46
* Load(): The order of CheckVersion()/CheckValues() call needed to bebwarsaw2002-05-071-1/+1
* MailList: Remove MailCommandHandler from the list of base classes;bwarsaw2002-05-021-6/+4
* ProcessConfirmation(): When checking the subscribe_policy, be sure tobwarsaw2002-04-191-1/+4
* InitVars(): Added include_list_post_header which controls whetherbwarsaw2002-04-191-0/+1
* CheckValues(): Watch for bad patterns in topics and discard them ifbwarsaw2002-04-181-1/+11
* Port of Les Niles' patch to do de-mime. Specifically,bwarsaw2002-04-141-0/+4
* CheckValues(): It's possible that some how the following bogusbwarsaw2002-04-111-0/+11
* ApprovedAddMember(): dump_address_pair() -> formataddr().bwarsaw2002-04-111-2/+2
* CheckVersion(): We have to force a reload of the database even if ourbwarsaw2002-04-091-1/+3
* __load(): Big dummy, os.path.getmtime() can raise an OSError if thebwarsaw2002-04-051-5/+12
* Make it much cheaper to call Load(), especially when the state hasn'tbwarsaw2002-04-011-5/+20
* GetAdminEmail() eradication campaign.bwarsaw2002-03-261-6/+5
* 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