summaryrefslogtreecommitdiff
path: root/Mailman/Handlers (follow)
Commit message (Expand)AuthorAgeFilesLines
* KEEP: In digests, keep Reply-To header also.bwarsaw2002-09-051-1/+1
* Some fixes for problems identified by Peer Heinlein. It is possiblebwarsaw2002-08-291-4/+7
* process(): Fix for SF bug #598844 reported by Patrick Finnerty wherebwarsaw2002-08-221-1/+4
* save_attachment(): Strip leading dots off the filename.bwarsaw2002-08-151-0/+4
* process(): Dan Mick points out we probably shouldn't add separators ifbwarsaw2002-08-151-2/+2
* process(): Might as well add a link to the member's preferences page.bwarsaw2002-08-151-1/+2
* process(): If we're adding the header and footer by stringbwarsaw2002-08-151-1/+7
* process(): Correct typo: "multipart" -> "multipart/alternative".bwarsaw2002-08-151-5/+1
* process(): Add support for a whitelisting feature contributed by Danbwarsaw2002-08-151-32/+58
* Rework the directory layout for attachments. There were two problemsbwarsaw2002-08-131-40/+63
* process(): Mentor Cana reports a crash when the subject header is anbwarsaw2002-08-101-10/+4
* prefix_subject(): Elaborate a comment.bwarsaw2002-08-091-1/+3
* encode_p(): New helper function.bwarsaw2002-08-091-3/+29
* bulkdeliver(): I forgot to check this in. Fixes a problem whenbwarsaw2002-08-041-1/+2
* process(): If the metadata already has a `verp' flag set, preservebwarsaw2002-08-041-1/+6
* Allow postings gatewayed to Usenet to inhibit the Subject: fieldbwarsaw2002-07-311-1/+1
* 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(): Calculate the message content type once, falling back tobwarsaw2002-07-121-4/+5
* send_i18n_digests(): Let's generate MIME digests the correct way, bybwarsaw2002-07-111-5/+9
* 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