summaryrefslogtreecommitdiff
path: root/Mailman/Handlers
Commit message (Expand)AuthorAgeFilesLines
...
* A substantial rewrite to support deferring the final stitching of thebwarsaw2002-03-091-107/+120
* We're removing the entire Personalize.py module. It's no longer needbwarsaw2002-03-091-65/+0
* process(): Largely unchanged since this still does the job ofbwarsaw2002-03-091-1/+1
* process(): To support VERP+personalizing in SMTPDirect.py, we nobwarsaw2002-03-091-7/+1
* process(): Application of Jason Mastaler's patch #509386 which loosensbwarsaw2002-03-071-9/+10
* process(): Changed the predicate for the interval-VERPing so that itbwarsaw2002-03-071-3/+3
* Whitespace.bwarsaw2002-03-071-1/+0
* Patches to support duplicate suppression for explicit recipients,bwarsaw2002-03-051-2/+11
* intermediatebwarsaw2002-03-051-4/+0
* Patches to support duplicate suppression for explicit recipients,bwarsaw2002-03-051-0/+73
* do_discard(): Set up the outer bounce message the same way we set upbwarsaw2002-03-011-5/+4
* do_reject(): Better grammar for the reject message.bwarsaw2002-03-011-3/+3
* hold_for_approval(): Instead of using add_header to set to set thebwarsaw2002-02-281-4/+3
* process(): Ignore all values of X-No-Archive: header; it's merebwarsaw2002-02-261-5/+5
* decorate(): When the mailing list object has a true attributebwarsaw2002-02-231-2/+16
* process(): When the mailing list object has a true attributebwarsaw2002-02-231-0/+3
* process(): Set the `verp' key in the metadata here, based on post_idbwarsaw2002-02-121-1/+13
* process(), hold_for_approval(), do_discard(): When creating thebwarsaw2002-02-114-10/+7
* scanbody(): In Python 2.2, email.Iterators.body_line_iterator() willbwarsaw2002-01-231-2/+2
* decorate(): It's simply too easy to write %(foo)s strings that canbwarsaw2002-01-231-6/+19
* Some elaboration of the member moderation flag semantics. Now it'sbwarsaw2002-01-211-2/+25
* do_discard(): Fix the calculation of the VARHELP url for thebwarsaw2002-01-081-2/+2
* hold_for_approval(): Add Content-Type: header with the proper charsetbwarsaw2002-01-061-3/+5
* send_i18n_digests(): Use getDeliveryStatus().bwarsaw2001-12-191-1/+2
* save_attachment(): Why not actually /use/ the baseurl local variable?bwarsaw2001-12-191-1/+1
* process(): Simplify the calculation of the List-Archive: header.bwarsaw2001-12-191-4/+1
* process(): Use getDeliveryStatus().bwarsaw2001-12-191-1/+2
* Mailman re-uses connections to the SMTP server when deliveringbwarsaw2001-12-161-8/+4
* process(): Teach the scrubber about message/rfc822 types, which arebwarsaw2001-11-301-3/+41
* Handler module which sets the recips metadata to the list owners (plusbwarsaw2001-11-221-0/+23
* process(): When VERPing, blow away the Sender: and Errors-To: headersbwarsaw2001-11-211-2/+14
* process(): Simplify by calling out to matches_p() to do the actualbwarsaw2001-11-211-9/+28
* hold_for_approval(): In setting up the initial interpolationbwarsaw2001-11-211-1/+1
* Support for VERP deliveries.bwarsaw2001-11-201-22/+58
* Update some commentsbwarsaw2001-11-201-1/+7
* process(): VERP support. If VERP_PERSONALIZED_DELIVERIES is true,bwarsaw2001-11-201-1/+4
* process(): We're now setting Sender: and Errors-To: to thebwarsaw2001-11-201-3/+3
* process(): Implement ARCHIVE_HTML_SANITIZER == 3, strip but don'tbwarsaw2001-10-271-3/+16
* process(): Implement ARCHIVE_HTML_SANITIZER == 2, meaning "leave itbwarsaw2001-10-271-6/+31
* Much revision based on good feedback from mailman-developers.bwarsaw2001-10-261-42/+111
* process(), save_attachment(): Set the umask before creating thebwarsaw2001-10-261-6/+6
* process(): Fix the processing of text/html parts w.r.t. discarding thebwarsaw2001-10-261-3/+8
* Some refinements in the outputted appearance of the archive file.bwarsaw2001-10-251-6/+56
* A new module that will clean messages before they're committed tobwarsaw2001-10-241-0/+109
* process(): Forgot to include a realname local var.bwarsaw2001-10-221-0/+1
* 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
* 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