summaryrefslogtreecommitdiff
path: root/Mailman/Handlers/CookHeaders.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Better support for "funny" characters in subject prefixes.bwarsaw2002-10-021-42/+32
* prefix_subject(): Elaborate a comment.bwarsaw2002-08-091-1/+3
* encode_p(): New helper function.bwarsaw2002-08-091-3/+29
* Allow postings gatewayed to Usenet to inhibit the Subject: fieldbwarsaw2002-07-311-2/+3
* subject_prefix(): We're using email 2.2 now so we can remove thebwarsaw2002-07-261-3/+0
* prefix_subject(): This should fix Fil's duplicate encoding problem.bwarsaw2002-07-231-7/+13
* process(): Implement a suggestion by David W. Tamkin on list-managersbwarsaw2002-07-171-22/+24
* process(): Use Precedence: list instead of bulk for mail list explodedbwarsaw2002-05-221-17/+8
* process(): Only add List-Post: if include_list_post_header is true.bwarsaw2002-04-191-1/+3
* process(): We need to clean up the base archive url in two ways:bwarsaw2002-04-111-1/+4
* process(): As Mentor Cana points out, dump_address_pair() isbwarsaw2002-04-111-1/+1
* process(), prefix_subject(): Ben Gertzfield's patch (refactored bybwarsaw2002-04-081-13/+44
* process(): In response to bug #223533, we're changing when the RFCbwarsaw2002-04-081-9/+16
* process(): We don't need to do a ValidateEmail() on thebwarsaw2002-03-121-6/+1
* process(): To support VERP+personalizing in SMTPDirect.py, we nobwarsaw2002-03-091-7/+1
* process(): Simplify the calculation of the List-Archive: header.bwarsaw2001-12-191-4/+1
* process(): We're now setting Sender: and Errors-To: to thebwarsaw2001-11-201-3/+3
* process(): If the list attribute include_rfc2369_headers is false,bwarsaw2001-10-211-1/+1
* process(): Reworked Reply-To: munging so list owners can establishbwarsaw2001-10-201-12/+31
* Mostly cosmetic.bwarsaw2001-10-011-9/+1
* process(): Do not munge the Reply-To: field if reply_goes_to_list isbwarsaw2001-08-141-10/+15
* Conversion to mimelib.bwarsaw2001-02-151-19/+35
* process(): Get rid of the string module in favor of string methods.bwarsaw2000-12-201-3/+4
* First round integration of Juan Carlos's translatable string markings.bwarsaw2000-12-071-1/+1
* process(): "Fix" the Reply-To: header munging algorithm. If mungingbwarsaw2000-11-161-5/+10
* process(): Patch by Fil to force listinfo urls to be absolute.bwarsaw2000-10-271-1/+1
* process(): Wrap, in the RFC 822 style, the List-*: headers if they'rebwarsaw2000-10-061-0/+6
* process(): Darrell Fuhriman notes that the List-Archive: header'sbwarsaw2000-09-251-2/+3
* process(): Typo in Reply-To: munging section's logic crept into thebwarsaw2000-09-251-1/+1
* process(): To finally break -admin autoreply loops, we need to add thebwarsaw2000-09-211-2/+3
* process(): Implementation of RFC 2369, inspired by zedboy's (Darrellbwarsaw2000-09-201-26/+41
* Do not set the List-Id: header if the msgdata contains the volatilebwarsaw2000-09-151-1/+1
* process(): Because this module modifies the message object, set thebwarsaw2000-07-271-0/+4
* process(): Set Sender: and Errors-To: either the the value specifiedbwarsaw2000-07-221-2/+2
* Many changes to make message delivery more robust in the face ofbwarsaw2000-05-081-7/+8
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-211-1/+1
* process(): 'fastrack' => 'fasttrack'. Elaborate the Reply-To: mungingbwarsaw2000-03-031-5/+10
* process(): When setting the 'Reply-To' header (note thebwarsaw2000-02-081-1/+1
* * X-BeenThere: headers were being overwritten every time they reachedhmeland2000-02-081-1/+6
* First, because this module is going to modify the Sender: field forbwarsaw1999-11-241-6/+12
* process(): Only add the mailing list subject prefix if the message isbwarsaw1999-11-111-6/+10
* New pipeline delivery modulebwarsaw1999-11-101-0/+84