summaryrefslogtreecommitdiff
path: root/Mailman/MailList.py (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed bug 1435722 by encoding the i18n subject in the character set of themsapiro2006-02-221-3/+5
* Port cleaning changes forward from 2.1-maint branch.bwarsaw2005-12-301-4/+5
* Improving banned subscription logic to cover all invites, subscribes, address...msapiro2005-12-031-23/+59
* back porting from 2.1.6tkikuchi2005-08-281-93/+192
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
* __save(): Flush the file and (depending on SYNC_AFTER_WRITE) fsync itbwarsaw2003-10-101-0/+3
* MailList.__init__(): When trying to execfile extend.py, we ignorebwarsaw2003-09-281-1/+5
* InviteNewMember(): Add a call to ValidateEmail() to make sure we can'tbwarsaw2003-06-061-0/+1
* ApprovedChangeMemberAddress(): When changing an address globally,bwarsaw2003-04-081-0/+2
* Another booleanbwarsaw2003-03-311-1/+1
* InviteNewMember(): Set the .invitation hack to the name of the listbwarsaw2003-03-161-4/+18
* __init__(): Don't call out to extend.py if name is None. This will bebwarsaw2003-02-241-7/+9
* Application of SF patch # 690448 by Tokio Kikuchi, closing SF bug #bwarsaw2003-02-241-5/+15
* __init__(): Call the extension mechanism before attempting to lock thebwarsaw2003-02-241-13/+13
* ChangeMemberAddress(): Don't raise MMAlreadyAMember if we're doing abwarsaw2003-01-021-13/+4
* Inconsequential change since I forgot a checkin message on the last mod:bwarsaw2002-12-311-1/+1
* ApprovedDeleteMember(): Get the user's language /before/ webwarsaw2002-12-311-8/+8
* ApprovedAddMember(): The administrator notice should go out in thebwarsaw2002-12-241-1/+1
* AddMember(), ApprovedAddMember(): Use email.Utils.formataddr() to formbwarsaw2002-12-121-6/+3
* InitVars(), CheckValues(): Set host_name and web_page_url based onbwarsaw2002-12-021-8/+11
* __getstate__(), __setstate__(): Remove the hackery to avoid picklingbwarsaw2002-11-041-17/+0
* ProcessConfirmation(): When doing a Pending.UNSUBSCRIPTION, set whencebwarsaw2002-10-251-1/+6
* ApprovedDeleteMember(): The signature of the OwnerNotificationbwarsaw2002-10-231-8/+2
* Create(): include the full posting address in the error message forbwarsaw2002-10-201-2/+3
* __getstate__(), __setstate__(): Get rid of the lock object attributebwarsaw2002-10-201-2/+13
* __getstate__(self): Never pickle the lock object! I believe thisbwarsaw2002-10-191-0/+6
* 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