summaryrefslogtreecommitdiff
path: root/Mailman/MailList.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rework MailList.available_languages so that we don't need to use a PickleTypebwarsaw2007-01-181-12/+25
* A rudimentary import script. Several things are not yet imported, includingbwarsaw2006-12-301-1/+1
* Merged revisions 8113-8121 via svnmerge from bwarsaw2006-12-291-189/+45
* MailList.py ... GetScriptURL() absolute again because we need it for emailtkikuchi2006-11-091-2/+5
* Convert dumpdb to mmshell and configuration object. Convert htmlformat.pybwarsaw2006-11-041-2/+3
* More work on the WSGI support. So far, I've tested most of the admin.py linksbwarsaw2006-10-151-7/+4
* - bin/show_mm_cfg.py renamed to bin/show_config.py.msapiro2006-10-121-4/+9
* listname@email_host order.tkikuchi2006-10-011-1/+1
* Here are the patches needed in order to create new lists on my testtkikuchi2006-09-281-7/+10
* Another milestone: you can now post to lists. Converted the following to usebwarsaw2006-09-251-4/+5
* Convert genaliases to mmshell, optparse, and configuration.configbwarsaw2006-09-251-5/+4
* As Mark discovered, we need to load the configuration in the driver script forbwarsaw2006-09-241-1/+1
* Fix several problems reported by Mark. First, Python 2.3 doesn't havebwarsaw2006-08-291-2/+2
* Add a framework for easier use of alternative MemberAdaptor implementations.bwarsaw2006-07-161-6/+16
* Fix a buglet that can cause bogus archives/private directories to be createdbwarsaw2006-07-081-5/+13
* Fix some buglets with virtual domain support and repair unit tests broken bybwarsaw2006-07-081-9/+16
* First crack at real virtual domain support, i.e. mailing lists with the samebwarsaw2006-07-081-24/+36
* Massive conversion process so that Mailman can be run from a user specifiedbwarsaw2006-07-081-75/+75
* - Utils.py Fixed a security hole which allowed a crafted URI to injectmsapiro2006-07-071-2/+4
* More logging updates:bwarsaw2006-04-281-3/+1
* MailList.__load(): Fix the sense of a test broken by the previous commit.bwarsaw2006-04-171-1/+1
* Remove most uses of the types module, in favor of isinstance checks againstbwarsaw2006-04-171-7/+7
* - Convert all logging to Python's standard logging module. Get rid of allbwarsaw2006-04-171-38/+36
* Now that Python 2.3 is the minimum requirement for Mailman 2.2:bwarsaw2006-04-151-21/+14
* Added a new list attribute 'subscribe_auto_approval' which is a list of email...msapiro2006-03-181-9/+28
* Fixed long standing error - subscribe log 'new' entry reversed name and email.msapiro2006-03-121-1/+1
* Corrected typo in previous change.msapiro2006-03-031-1/+1
* Confirmed member change of address is logged in the 'subscribe' log,msapiro2006-03-031-0/+30
* 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