summaryrefslogtreecommitdiff
path: root/Mailman/Handlers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* ModeratedMemberPost: Reword the reason for doing this hold.bwarsaw2002-07-091-1/+1
* ackp(): New helper function.bwarsaw2002-05-281-1/+11
* process(): toadmin and the -admin address are deprecated.bwarsaw2002-05-221-4/+5
* QuoteHyperChars() -> websafe()bwarsaw2002-05-221-3/+2
* process(): Use Precedence: list instead of bulk for mail list explodedbwarsaw2002-05-221-17/+8
* process(): Inhibit replybot when Precedence: is any of bulk, junk, orbwarsaw2002-05-221-1/+2
* process(), _dispose(): Where we were testing Precedence: againstbwarsaw2002-05-191-2/+2
* process(): Don't replybot to messages that have "Precedence: bulk" butbwarsaw2002-05-171-1/+6
* Add some more big fat warnings and add an "assert 0" in the code sobwarsaw2002-05-121-2/+16
* process(): Simone Piunno's patch to fix header/footer attachment inbwarsaw2002-05-071-2/+4
* hold_for_approval(): Get the sender address from the msgdatabwarsaw2002-05-072-1/+2
* Update a comment.bwarsaw2002-05-021-3/+1
* save_attachment(): Ugly hack to make sure that the attachmentsbwarsaw2002-04-191-1/+4
* process(): Only add List-Post: if include_list_post_header is true.bwarsaw2002-04-191-1/+3
* process(), to_plaintext(): If the message gets modified, add an X-bwarsaw2002-04-181-1/+12
* intermediatebwarsaw2002-04-141-0/+155
* Removed some debugging syslog() calls -- thanks Ron!bwarsaw2002-04-111-2/+0
* Ron Jarrell noted that the tagger logic was broken when messages startbwarsaw2002-04-111-6/+62
* do_topic_filters(): Rearrange if clauses for clarity.bwarsaw2002-04-111-18/+17
* process(): When doing the the TooManyRecipients test, use >= as thebwarsaw2002-04-111-1/+1
* process(): In the multipart/mixed stanza, don't provide a charset namebwarsaw2002-04-111-1/+1
* process(): We need to clean up the base archive url in two ways:bwarsaw2002-04-111-1/+4
* verpdeliver(): dump_address_pair() -> formataddr().bwarsaw2002-04-111-1/+1
* hold_for_approval(): Mentor Cana notices that we need to use attach()bwarsaw2002-04-111-3/+3
* process(): As Mentor Cana points out, dump_address_pair() isbwarsaw2002-04-111-1/+1
* send_i18n_digests(): Get rid of the add_payload() calls; these arebwarsaw2002-04-101-7/+7
* process(): Port to the email package. Message objects no longer havebwarsaw2002-04-101-2/+3
* An adaptation of Marc MERLIN's fixes to actually honorbwarsaw2002-04-101-3/+6
* 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
* GetAdminEmail() eradication campaign.bwarsaw2002-03-261-1/+1
* GetAdminEmail() eradication campaign.bwarsaw2002-03-267-7/+7
* Update copyright years.bwarsaw2002-03-1610-10/+10
* process(): Add another predicate to the test for whether we can addbwarsaw2002-03-161-0/+1
* send_i18n_digests(): Be robust in the face of messages with no From:bwarsaw2002-03-151-2/+2
* Bump copyright years.bwarsaw2002-03-151-1/+1
* process(): If the Approved: header has a password match, also add thebwarsaw2002-03-151-0/+2
* intermediatebwarsaw2002-03-151-0/+37
* process(): We don't want messages sent to the list's -owner[s] to bebwarsaw2002-03-141-1/+2
* Bump copyright yearsbwarsaw2002-03-141-1/+1
* process(): We don't want messages sent to the list's -owner[s] to bebwarsaw2002-03-141-0/+1
* hold_for_approval(): We don't need to remove the charset (in the outerbwarsaw2002-03-121-2/+0
* process(): Don't decorate messages sent to the -owner address.bwarsaw2002-03-121-0/+3
* process(): Now that Decorate.py is called directly from SMTPDirect.pybwarsaw2002-03-121-2/+2
* process(): We don't need to do a ValidateEmail() on thebwarsaw2002-03-121-6/+1
* process(): Catch any exception coming out of the deliveryfunc() andbwarsaw2002-03-111-1/+9
* process(): Apply Ben Gertzfield's patch which always adds the headerbwarsaw2002-03-111-2/+8
* process(): A slight improvement for robustness. Now we assign thebwarsaw2002-03-111-1/+14
* hold_for_approval(): When crafting the notification message destinedbwarsaw2002-03-111-0/+2
* process(): Fixed the calculation of whether to VERP or not.bwarsaw2002-03-091-9/+15