summaryrefslogtreecommitdiff
path: root/Mailman
Commit message (Expand)AuthorAgeFilesLines
* Bumping to 2.1b2bwarsaw2002-05-051-2/+2
* Integrating a patch from Martin v. Loewis related to i18n; quoting:bwarsaw2002-05-041-38/+86
* Oops, I guess I forgot to commit this change.bwarsaw2002-05-041-2/+3
* Archiver.InitVars(): Don't write the emptyarchive.html file tobwarsaw2002-05-031-8/+17
* Update(): Call UpdateOldUsers() before calling NewVars().bwarsaw2002-05-031-3/+7
* loginpage(): In the language form, include a hidden `email' item sobwarsaw2002-05-031-0/+2
* _(): If s is the empty string, just return it. Don't try to translatebwarsaw2002-05-031-0/+3
* make_response(): In the list comprehension where we're calculating thebwarsaw2002-05-031-1/+1
* Results.__init__(): Don't try to get the payload if there were nobwarsaw2002-05-031-0/+3
* do_command(): If the Subject: header command was attempted and itbwarsaw2002-05-021-4/+12
* __onefile(): If there's no `listname' key in the message metadata, usebwarsaw2002-05-021-9/+8
* Add the Mailman/Commands subdirectory to the list of build and installbwarsaw2002-05-021-1/+1
* MailList: Remove MailCommandHandler from the list of base classes;bwarsaw2002-05-021-6/+4
* This file has been replaced with the new email command framework.bwarsaw2002-05-021-783/+0
* The mapping of short options names to their flags has been moved herebwarsaw2002-05-021-8/+10
* membership_options(), change_options(): The mapping of short optionsbwarsaw2002-05-021-4/+3
* _setValue(): The mapping of short options names to their flags hasbwarsaw2002-05-021-3/+1
* Update a comment.bwarsaw2002-05-021-3/+1
* Support the new email commands framework. We now no longer usebwarsaw2002-05-021-34/+115
* New architecture for email commands. Instead of the monolithic (andbwarsaw2002-05-0218-0/+1298
* Article.__init__(): Use the Reply-To: address as the self.email onlybwarsaw2002-04-291-4/+6
* Added some documentation for SMTPHOST, closing SF bug #418969bwarsaw2002-04-281-1/+3
* Untabificationbwarsaw2002-04-281-5/+5
* Improve the documentation for DEFAULT_EMAIL_HOST and DEFAULT_URL_HOST.bwarsaw2002-04-281-1/+19
* GetStandardReplacements(), MailmanLogo(), IMAGE_LOGOS, SHORTCUT_ICON:bwarsaw2002-04-213-8/+11
* Don't set the digest type (plaintext or MIME) through this mechanism,bwarsaw2002-04-191-4/+1
* save_attachment(): Ugly hack to make sure that the attachmentsbwarsaw2002-04-191-1/+4
* HOLD_MESSAGES_AS_PICKLES: Promote to an mm_cfg.py configuration variable.bwarsaw2002-04-192-8/+8
* ProcessConfirmation(): When checking the subscribe_policy, be sure tobwarsaw2002-04-191-1/+4
* process(): Only add List-Post: if include_list_post_header is true.bwarsaw2002-04-191-1/+3
* GetConfigInfo(): Add include_list_post_header configuration variable.bwarsaw2002-04-191-0/+16
* NewVars(): Pick up include_list_post_header.bwarsaw2002-04-191-0/+1
* DATA_FILE_VERSION: Bump this to pick up include_list_post_header.bwarsaw2002-04-191-1/+1
* InitVars(): Added include_list_post_header which controls whetherbwarsaw2002-04-191-0/+1
* ALLOW_RFC2369_OVERRIDES: I give up. Set this default to 1 to allowbwarsaw2002-04-191-20/+6
* handleForm(): GACK! Remove a debugging call. Thanks Ron!bwarsaw2002-04-191-1/+0
* CheckValues(): Watch for bad patterns in topics and discard them ifbwarsaw2002-04-181-1/+11
* handleForm(): Don't allow a topic with a pattern which is an illegalbwarsaw2002-04-181-0/+11
* _dispose(): In the SomeRecipientsFailed handler, be sure to set thebwarsaw2002-04-181-2/+3
* process(), to_plaintext(): If the message gets modified, add an X-bwarsaw2002-04-181-1/+12
* intermediatebwarsaw2002-04-141-0/+155
* Port of Les Niles' patch to do de-mime. Specifically,bwarsaw2002-04-141-0/+1
* intermediatebwarsaw2002-04-141-0/+85
* Port of Les Niles' patch to do de-mime. Specifically,bwarsaw2002-04-141-0/+4
* Port of Les Niles' patch to do de-mime. Specifically,bwarsaw2002-04-141-1/+1
* Port of Les Niles' patch to do de-mime. Specifically,bwarsaw2002-04-141-0/+4
* Port of Les Niles' patch to do de-mime. Specifically,bwarsaw2002-04-141-3/+25
* Typo found by Jon Parise.bwarsaw2002-04-121-1/+1
* main(): When calling addrchange_prompt(), catch NotAMemberErrors thatbwarsaw2002-04-111-1/+9
* intermediatebwarsaw2002-04-111-0/+47