summaryrefslogtreecommitdiff
path: root/Mailman
Commit message (Expand)AuthorAgeFilesLines
...
* AddressesMatch(), FindMatchingAddresses(): AFAICT, these two functionsbwarsaw2002-05-171-49/+0
* _dispose(): Ignore messages that have "Precedence: bulk" but don'tbwarsaw2002-05-171-0/+9
* process(): Don't replybot to messages that have "Precedence: bulk" butbwarsaw2002-05-171-1/+6
* GetConfigInfo(): forbidden_posters is obsolete.bwarsaw2002-05-171-4/+1
* process(): Limit the lists returned to those in the same virtualbwarsaw2002-05-171-0/+6
* Add a commentbwarsaw2002-05-171-0/+1
* process(): Suggestion by Aaron Birenboim to include the member'sbwarsaw2002-05-121-0/+12
* Add some more big fat warnings and add an "assert 0" in the code sobwarsaw2002-05-121-2/+16
* _dispose(): Keep a flag around that indicates whether any of thebwarsaw2002-05-091-8/+20
* verp_bounce(): Exim stashes the envelope recipient in the Envelope-To:bwarsaw2002-05-091-7/+7
* UpdateOldUsers(): It was wrong to do a test on the existance ofbwarsaw2002-05-091-9/+11
* Bump DATA_FILE_VERSION so we get the new bounce_info cleaner to run.bwarsaw2002-05-091-1/+1
* process(): Simone Piunno's patch to fix header/footer attachment inbwarsaw2002-05-071-2/+4
* Bump VERSION to 2.1b2+bwarsaw2002-05-071-1/+1
* hold_for_approval(): Get the sender address from the msgdatabwarsaw2002-05-072-1/+2
* registerBounce(): Reset the bounce info if it isn't an instance of abwarsaw2002-05-071-1/+1
* Load(): The order of CheckVersion()/CheckValues() call needed to bebwarsaw2002-05-071-1/+1
* 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