summaryrefslogtreecommitdiff
path: root/Mailman/Cgi/rmlist.py
Commit message (Expand)AuthorAgeFilesLines
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-271-243/+0
* Tweak copyright years.Barry Warsaw2008-02-071-1/+1
* Major surgery to get the setuptools based installation passing all theBarry Warsaw2007-07-161-1/+1
* Other than contrib files, convert all imports of mm_cfg to imports of config.Barry Warsaw2007-07-141-15/+15
* Update copyright years.bwarsaw2007-01-191-1/+1
* Fix some buglets with virtual domain support and repair unit tests broken bybwarsaw2006-07-081-1/+1
* First crack at real virtual domain support, i.e. mailing lists with the samebwarsaw2006-07-081-1/+1
* - Convert all logging to Python's standard logging module. Get rid of allbwarsaw2006-04-171-15/+16
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
* process_request(): Use shutil.rmtree() instead of Utils.rmdirhier(),bwarsaw2002-12-021-3/+26
* QuoteHyperChars() -> websafe()bwarsaw2002-05-221-1/+1
* Update copyright years.bwarsaw2002-03-161-1/+1
* Forward port security patch from Mailman 2.0.8:bwarsaw2001-11-301-12/+3
* request_deletion(): Fixed missing markup. Caught by Szilard Vizi.bwarsaw2001-08-301-1/+1
* process_request(): Don't use WebAuthenticate() here because that willbwarsaw2001-08-201-5/+7
* Better syslog() calling conventions. Also, log some messages tobwarsaw2001-06-271-4/+4
* Globally, WEB_HEADERCOLOR => WEB_HEADER_COLORbwarsaw2001-06-071-2/+2
* main(), process_request(), request_deletion(): We don't need to passbwarsaw2001-05-311-16/+21
* process_request(): When calling the MTA-specific remove() function,bwarsaw2001-05-221-1/+1
* process_request(): Allow any of the following passwords to be used tobwarsaw2001-05-091-1/+3
* intermediatebwarsaw2001-05-091-2/+0
* CGI scripts for through-the-web creation and deletion of mailing lists.bwarsaw2001-05-091-0/+221