summaryrefslogtreecommitdiff
path: root/Mailman
Commit message (Expand)AuthorAgeFilesLines
...
* change_options(): A few code cleanups.bwarsaw2001-10-201-3/+1
* GetConfigInfo(): Rewrite the summary and details forbwarsaw2001-10-191-5/+8
* Some reorganization of the Membership List page:bwarsaw2001-10-191-14/+47
* We don't need this file any more, since everything's inlined withbwarsaw2001-10-181-229/+0
* Added some internal methods to help with mailmanctl's transfer of lockbwarsaw2001-10-181-1/+42
* PIDFILE: Use master-qrunner.pid instead of qrunner.pidbwarsaw2001-10-181-1/+2
* __handlepost(): Forward the message (i.e. `forward' is true) usingbwarsaw2001-10-151-10/+7
* De-string-module-ification.bwarsaw2001-10-151-37/+33
* De-string-module-ification.bwarsaw2001-10-151-38/+40
* msgfactory(): Get rid of this, now that our own Mailbox class alreadybwarsaw2001-10-151-12/+2
* intermediatebwarsaw2001-10-151-0/+110
* process(): Remove the conditional tests for forbidden_posters,bwarsaw2001-10-151-46/+29
* GetConfigInfo(): Update to the new signature, accepting category andbwarsaw2001-10-151-42/+131
* GetConfigInfo(): Update to the new signature, accepting category andbwarsaw2001-10-151-3/+3
* GetConfigInfo(): Update to the new signature, accepting category andbwarsaw2001-10-159-9/+27
* UpdateOldVars(): Handle the migration of the old privacy variables tobwarsaw2001-10-151-0/+69
* DATA_FILE_VERSION: Bump to 38 to pick up the new sender-centricbwarsaw2001-10-151-1/+1
* List2Dict(): Add `foldcase' argument. When true, coerce all elementsbwarsaw2001-10-151-7/+10
* get_sender(): Minor efficiency.bwarsaw2001-10-151-1/+1
* _factory(): A factory function for PortableUnixMailbox.__init__() sobwarsaw2001-10-151-0/+16
* InitVars(): Remove the initializations for the obsolete listbwarsaw2001-10-151-17/+71
* main(): category_suffix -> category, and get subcat from parts[0]bwarsaw2001-10-151-40/+77
* ProcessConfirmCmd(): Rename argument `mail' to `msg', and pass it asbwarsaw2001-10-151-2/+2
* RejectMessage: Add an __init__() to initialize the rejection noticebwarsaw2001-10-151-3/+10
* GLOBAL_PIPELINE: Add the `Moderate' module right before the `Hold'bwarsaw2001-10-151-5/+16
* BounceMessage(): Argument `e' is now either None or an instance with abwarsaw2001-10-151-2/+5
* FormatEditingOptions(): Make the text box's name "email" so as to hookbwarsaw2001-10-121-1/+1
* main(): When getting the FieldStorage, set keep_blank_values=1. Thisbwarsaw2001-10-121-1/+1
* prepare_message(): Support the cleaning of headers based onbwarsaw2001-10-121-20/+16
* send_i18n_digests(): Dan Mick noticed that the DisableDelivery flagbwarsaw2001-10-121-4/+5
* process_form(): Lots of cleaning up of the code. Also, make this pagebwarsaw2001-10-121-88/+121
* main(): Make the options page a little more bulletproof againstbwarsaw2001-10-121-8/+17
* AddMember(): When raising MMAlreadyAMember, include the email addressbwarsaw2001-10-121-1/+1
* A first shot at configuration for cleaning headers before a messagebwarsaw2001-10-121-0/+20
* send_i18n_digests(): When calling msg.get_all() for a KEEP header,bwarsaw2001-10-111-1/+1
* The semantics of PUBLIC_ARCHIVE_URL are changed to be a template intobwarsaw2001-10-101-1/+8
* GetBaseArchiveURL(): The semantics of PUBLIC_ARCHIVE_URL are changedbwarsaw2001-10-101-1/+3
* show_post_requests(): When deciding to show a smaller part of a heldbwarsaw2001-10-101-1/+2
* main(): Don't force admin_notif=1 when callingbwarsaw2001-10-101-2/+2
* prepare_message(): mimelib -> email.bwarsaw2001-10-091-1/+1
* process(), scanbody(): mimelib -> email.bwarsaw2001-10-091-6/+6
* RejectUrgentMessage: Remove this since the base class, RejectMessage,bwarsaw2001-10-091-22/+5
* process(): Pass a failobj of [] to the get_all() call so that even ifbwarsaw2001-10-091-1/+1
* HasExplicitDest(), hasMatchingHeader(): Pass a failobj of [] to thebwarsaw2001-10-091-2/+2
* GetMailmanFooter(): A fix by (I believe) Mikhail Sobolev to makebwarsaw2001-10-091-3/+4
* main(): Dan Mick's fix to avoid duplicate footers when you get a 'nobwarsaw2001-10-091-1/+0
* process(): Added a big ol' comment describing a potential bogosity inbwarsaw2001-10-091-2/+5
* process(): Convert from the mimelib API to the email package API.bwarsaw2001-10-096-23/+12
* Add a useful comment about what the Stop is for.bwarsaw2001-10-091-0/+4
* AuthContextInfo(): Python 2.x's Cookie.py module is strict about legalbwarsaw2001-10-091-6/+7