summaryrefslogtreecommitdiff
path: root/Mailman
Commit message (Expand)AuthorAgeFilesLines
...
* This file was never published in yr 2000.bwarsaw2001-05-141-1/+1
* enqueue(): The `received_time' metadata (which is set here once, butbwarsaw2001-05-141-22/+71
* __oneloop(): Guarantee FIFO order on the processed messages. Webwarsaw2001-05-141-16/+23
* process(): We don't need to set the `received_time' metadata item,bwarsaw2001-05-141-1/+0
* reap(): It's possible under some circumstances to get an ECHILD frombwarsaw2001-05-141-1/+8
* get_item_gui_description(): Can't add two Label() widgets, so formatbwarsaw2001-05-111-2/+2
* ProcessConfirmation(): Fix tuple unpacking typo in unsub confirmation.bwarsaw2001-05-111-1/+1
* _dispose(): Add support for mylist-join and mylist-leave aliases. Thebwarsaw2001-05-111-0/+10
* De-string-module-ification.bwarsaw2001-05-111-31/+33
* checkperms(): aliases.db should be owned by mailman now, not root.bwarsaw2001-05-111-2/+2
* create(), remove(): Before we write to the aliases.db file, we mustbwarsaw2001-05-111-2/+47
* intermediatebwarsaw2001-05-101-0/+46
* List creation/removal hooks now keep both the plain text filebwarsaw2001-05-101-29/+120
* Add a "notify list owner?" widget, defaulting to Yes.bwarsaw2001-05-101-15/+31
* checkperms(): Postfix-specific permission checks: make sure thebwarsaw2001-05-091-2/+48
* process_request(): Allow any of the following passwords to be used tobwarsaw2001-05-091-1/+3
* Added option to auto-generate list-admin password. The passwords willbwarsaw2001-05-091-7/+38
* intermediatebwarsaw2001-05-091-1/+0
* Checking in the usual .cvsignore, Makefile.in, and __init__.py files.bwarsaw2001-05-094-0/+159
* intermediatebwarsaw2001-05-091-2/+0
* intermediatebwarsaw2001-05-091-1/+0
* CGI scripts for through-the-web creation and deletion of mailing lists.bwarsaw2001-05-092-0/+500
* _dispose(): Oops! Remove an outdated comment.bwarsaw2001-05-091-3/+1
* _dispose(): Add a new header X-List-Received-Date: which contains thebwarsaw2001-05-091-1/+4
* listinfo_overview(): The hostname/domain grokking code was moved intobwarsaw2001-05-091-16/+4
* success(): By adding default arguments, we can do the unpacking ofbwarsaw2001-05-091-3/+1
* admin_overview(): Add a link to the site-wide `create' cgi page forbwarsaw2001-05-091-18/+23
* ValidAdminPassword(): CheckSiteAdminPassword -> check_global_passwordbwarsaw2001-05-091-2/+2
* Added the Label widget/class, which is a Container that aligns itsbwarsaw2001-05-091-3/+16
* SetSiteAdminPassword() -> set_global_password(): Also, add optionalbwarsaw2001-05-091-9/+53
* bumping copyright yearsbwarsaw2001-05-091-1/+1
* Recurse into the MTA directory.bwarsaw2001-05-091-1/+1
* Create(): Wrap the os.makedirs() in a try/except transforming OSErrorsbwarsaw2001-05-091-2/+7
* Support for list creation through the web. Specifically,bwarsaw2001-05-091-4/+13
* Be more paranoid about abnormal shutdown conditions, specifically:bwarsaw2001-05-031-2/+23
* De-string-module-ification.bwarsaw2001-05-032-8/+10
* Be more paranoid about abnormal shutdown conditions, specifically:bwarsaw2001-05-031-4/+24
* main(): Add an explicit call to sys.exit() in the sigterm_handler() sobwarsaw2001-05-031-5/+15
* Update comments to sync with 2.0.5 branch.bwarsaw2001-05-031-19/+27
* Fixes to handle User-Hits-Stop-Button problems, specifically,bwarsaw2001-05-023-4/+38
* Added missing import.bwarsaw2001-05-011-3/+22
* CATEGORIES: Changes for readability...bwarsaw2001-05-011-2/+6
* DEFAULT_DIGEST_VOLUME_FREQUENCY: Default value for the newbwarsaw2001-05-011-1/+14
* mimelib's ReprMixin class and module was renamed to StringableMixin inbwarsaw2001-05-011-3/+34
* process(): `received_time' should only be added to the message'sbwarsaw2001-05-011-2/+2
* InitVars(), GetConfigInfo(): clobber_date goes away as a list-specificbwarsaw2001-05-011-8/+0
* ZapOldVars(): clobber_date goes away as a list-specific configurationbwarsaw2001-05-011-0/+5
* Bump the DATA_FILE_VERSION to pick up the changes to the list objectbwarsaw2001-05-011-1/+1
* GetConfigInfo(): Two new configuration variables have been added:bwarsaw2001-05-011-0/+44
* mimelib's ReprMixin class and module was renamed to StringableMixin inbwarsaw2001-05-011-3/+3