summaryrefslogtreecommitdiff
path: root/Mailman/Handlers/CookHeaders.py (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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