| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | ModeratedMemberPost: Reword the reason for doing this hold. | bwarsaw | 2002-07-09 | 1 | -1/+1 |
| * | ackp(): New helper function. | bwarsaw | 2002-05-28 | 1 | -1/+11 |
| * | process(): toadmin and the -admin address are deprecated. | bwarsaw | 2002-05-22 | 1 | -4/+5 |
| * | QuoteHyperChars() -> websafe() | bwarsaw | 2002-05-22 | 1 | -3/+2 |
| * | process(): Use Precedence: list instead of bulk for mail list exploded | bwarsaw | 2002-05-22 | 1 | -17/+8 |
| * | process(): Inhibit replybot when Precedence: is any of bulk, junk, or | bwarsaw | 2002-05-22 | 1 | -1/+2 |
| * | process(), _dispose(): Where we were testing Precedence: against | bwarsaw | 2002-05-19 | 1 | -2/+2 |
| * | process(): Don't replybot to messages that have "Precedence: bulk" but | bwarsaw | 2002-05-17 | 1 | -1/+6 |
| * | Add some more big fat warnings and add an "assert 0" in the code so | bwarsaw | 2002-05-12 | 1 | -2/+16 |
| * | process(): Simone Piunno's patch to fix header/footer attachment in | bwarsaw | 2002-05-07 | 1 | -2/+4 |
| * | hold_for_approval(): Get the sender address from the msgdata | bwarsaw | 2002-05-07 | 2 | -1/+2 |
| * | Update a comment. | bwarsaw | 2002-05-02 | 1 | -3/+1 |
| * | save_attachment(): Ugly hack to make sure that the attachments | bwarsaw | 2002-04-19 | 1 | -1/+4 |
| * | process(): Only add List-Post: if include_list_post_header is true. | bwarsaw | 2002-04-19 | 1 | -1/+3 |
| * | process(), to_plaintext(): If the message gets modified, add an X- | bwarsaw | 2002-04-18 | 1 | -1/+12 |
| * | intermediate | bwarsaw | 2002-04-14 | 1 | -0/+155 |
| * | Removed some debugging syslog() calls -- thanks Ron! | bwarsaw | 2002-04-11 | 1 | -2/+0 |
| * | Ron Jarrell noted that the tagger logic was broken when messages start | bwarsaw | 2002-04-11 | 1 | -6/+62 |
| * | do_topic_filters(): Rearrange if clauses for clarity. | bwarsaw | 2002-04-11 | 1 | -18/+17 |
| * | process(): When doing the the TooManyRecipients test, use >= as the | bwarsaw | 2002-04-11 | 1 | -1/+1 |
| * | process(): In the multipart/mixed stanza, don't provide a charset name | bwarsaw | 2002-04-11 | 1 | -1/+1 |
| * | process(): We need to clean up the base archive url in two ways: | bwarsaw | 2002-04-11 | 1 | -1/+4 |
| * | verpdeliver(): dump_address_pair() -> formataddr(). | bwarsaw | 2002-04-11 | 1 | -1/+1 |
| * | hold_for_approval(): Mentor Cana notices that we need to use attach() | bwarsaw | 2002-04-11 | 1 | -3/+3 |
| * | process(): As Mentor Cana points out, dump_address_pair() is | bwarsaw | 2002-04-11 | 1 | -1/+1 |
| * | send_i18n_digests(): Get rid of the add_payload() calls; these are | bwarsaw | 2002-04-10 | 1 | -7/+7 |
| * | process(): Port to the email package. Message objects no longer have | bwarsaw | 2002-04-10 | 1 | -2/+3 |
| * | An adaptation of Marc MERLIN's fixes to actually honor | bwarsaw | 2002-04-10 | 1 | -3/+6 |
| * | process(), prefix_subject(): Ben Gertzfield's patch (refactored by | bwarsaw | 2002-04-08 | 1 | -13/+44 |
| * | process(): In response to bug #223533, we're changing when the RFC | bwarsaw | 2002-04-08 | 1 | -9/+16 |
| * | GetAdminEmail() eradication campaign. | bwarsaw | 2002-03-26 | 1 | -1/+1 |
| * | GetAdminEmail() eradication campaign. | bwarsaw | 2002-03-26 | 7 | -7/+7 |
| * | Update copyright years. | bwarsaw | 2002-03-16 | 10 | -10/+10 |
| * | process(): Add another predicate to the test for whether we can add | bwarsaw | 2002-03-16 | 1 | -0/+1 |
| * | send_i18n_digests(): Be robust in the face of messages with no From: | bwarsaw | 2002-03-15 | 1 | -2/+2 |
| * | Bump copyright years. | bwarsaw | 2002-03-15 | 1 | -1/+1 |
| * | process(): If the Approved: header has a password match, also add the | bwarsaw | 2002-03-15 | 1 | -0/+2 |
| * | intermediate | bwarsaw | 2002-03-15 | 1 | -0/+37 |
| * | process(): We don't want messages sent to the list's -owner[s] to be | bwarsaw | 2002-03-14 | 1 | -1/+2 |
| * | Bump copyright years | bwarsaw | 2002-03-14 | 1 | -1/+1 |
| * | process(): We don't want messages sent to the list's -owner[s] to be | bwarsaw | 2002-03-14 | 1 | -0/+1 |
| * | hold_for_approval(): We don't need to remove the charset (in the outer | bwarsaw | 2002-03-12 | 1 | -2/+0 |
| * | process(): Don't decorate messages sent to the -owner address. | bwarsaw | 2002-03-12 | 1 | -0/+3 |
| * | process(): Now that Decorate.py is called directly from SMTPDirect.py | bwarsaw | 2002-03-12 | 1 | -2/+2 |
| * | process(): We don't need to do a ValidateEmail() on the | bwarsaw | 2002-03-12 | 1 | -6/+1 |
| * | process(): Catch any exception coming out of the deliveryfunc() and | bwarsaw | 2002-03-11 | 1 | -1/+9 |
| * | process(): Apply Ben Gertzfield's patch which always adds the header | bwarsaw | 2002-03-11 | 1 | -2/+8 |
| * | process(): A slight improvement for robustness. Now we assign the | bwarsaw | 2002-03-11 | 1 | -1/+14 |
| * | hold_for_approval(): When crafting the notification message destined | bwarsaw | 2002-03-11 | 1 | -0/+2 |
| * | process(): Fixed the calculation of whether to VERP or not. | bwarsaw | 2002-03-09 | 1 | -9/+15 |