| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | verpdeliver(): Skip all the realname -> unicode + encode conversions | bwarsaw | 2002-10-15 | 1 | -2/+4 |
| * | ForwardMessage(): The UserNotification neeeds to have its language | bwarsaw | 2002-10-14 | 1 | -1/+2 |
| * | __setstate__(): This plus email-2.4.3 should fix (most of) Peer | bwarsaw | 2002-10-14 | 1 | -2/+33 |
| * | process(): Initialize the line local variable to the empty string, in | bwarsaw | 2002-10-14 | 1 | -0/+1 |
| * | Whitespace normalization and some Pychecker cleanup. | bwarsaw | 2002-10-09 | 2 | -9/+7 |
| * | ArchiveMail(): processUnixMailbox() no longer takes an article class | bwarsaw | 2002-10-09 | 1 | -1/+1 |
| * | _makeArticle(): Override base class method so that we create a | bwarsaw | 2002-10-09 | 1 | -1/+6 |
| * | Whitespace normalization and some Pychecker cleanup. | bwarsaw | 2002-10-09 | 1 | -345/+340 |
| * | processUnixMailbox(): Small but useful refactoring. Don't pass the | bwarsaw | 2002-10-09 | 1 | -4/+6 |
| * | CheckHTMLArchiveDir(): Indentation-o pointed out by Dan Mick. | bwarsaw | 2002-10-08 | 1 | -1/+1 |
| * | process(): I really could have sworn this was already there, but | bwarsaw | 2002-10-08 | 1 | -4/+30 |
| * | Integrating SF patch #594771, i18n'ified pipermail. | bwarsaw | 2002-10-08 | 1 | -368/+411 |
| * | Whitespace normalization. | bwarsaw | 2002-10-08 | 1 | -16/+16 |
| * | ArchiveMail(): Remove the corrupt archive log message. I think this | bwarsaw | 2002-10-08 | 1 | -2/+0 |
| * | Integrating SF patch #594771, i18n'ified pipermail. Changes here | bwarsaw | 2002-10-08 | 1 | -3/+49 |
| * | maybe_forward(): The bounce page documents that undetected bounces | bwarsaw | 2002-10-08 | 1 | -0/+2 |
| * | maybe_forward(): Refactor forwarding logic into ForwardMessage() | bwarsaw | 2002-10-08 | 1 | -13/+5 |
| * | When content filtering, we may not always want to just discard the | bwarsaw | 2002-10-08 | 1 | -3/+35 |
| * | GetConfigInfo(): Add description for filter_action, and flesh out a | bwarsaw | 2002-10-07 | 1 | -2/+34 |
| * | When content filtering, we may not always want to just discard the | bwarsaw | 2002-10-07 | 1 | -0/+1 |
| * | When content filtering, we may not always want to just discard the | bwarsaw | 2002-10-07 | 1 | -1/+1 |
| * | When content filtering, we may not always want to just discard the | bwarsaw | 2002-10-07 | 1 | -0/+1 |
| * | ForwardMessage(): Refactor the various places where we're forwarding | bwarsaw | 2002-10-07 | 1 | -0/+21 |
| * | When content filtering, we may not always want to just discard the | bwarsaw | 2002-10-07 | 1 | -0/+8 |
| * | send_i18n_digests(): Chuq politely reminds me that in MM2.0, digests | bwarsaw | 2002-10-07 | 1 | -0/+2 |
| * | _setValue(): Tighten the rules for accepting filter_mime_types and | bwarsaw | 2002-10-07 | 1 | -2/+16 |
| * | process(): Typo detected by Michael Meltzer; mtype will never be equal | bwarsaw | 2002-10-07 | 1 | -1/+1 |
| * | process_request(): Catch BadListNameError's that can get raised if the | bwarsaw | 2002-10-06 | 1 | -2/+6 |
| * | ValidateEmail(): Include the string argument in the MMBadEmailError | bwarsaw | 2002-10-06 | 1 | -3/+3 |
| * | Create(): Test the list name to make sure that it will yeild a valid | bwarsaw | 2002-10-06 | 1 | -0/+10 |
| * | BadListNameError: New exception for when the list name is invalid. | bwarsaw | 2002-10-06 | 1 | -0/+1 |
| * | process(): Watch for RFC 2047 encoded From headers and decode the | bwarsaw | 2002-10-05 | 1 | -0/+10 |
| * | subscription_confirm(): Patch by Tokio Kikuchi, we need to pass the | bwarsaw | 2002-10-05 | 1 | -1/+1 |
| * | _dispose(): Possibly forward the message in two situations: if the | bwarsaw | 2002-10-05 | 1 | -16/+36 |
| * | verpdeliver(): I think I've (finally!) nailed the full name encoding | bwarsaw | 2002-10-04 | 1 | -16/+18 |
| * | uncanonstr(): We always want this to return a byte string, but it | bwarsaw | 2002-10-04 | 1 | -5/+17 |
| * | membership_options(): Slight code re-arrangement so we're always sure | bwarsaw | 2002-10-04 | 1 | -2/+2 |
| * | Better support for "funny" characters in subject prefixes. | bwarsaw | 2002-10-02 | 1 | -42/+32 |
| * | Better support for "funny" characters in subject prefixes. | bwarsaw | 2002-10-02 | 1 | -0/+10 |
| * | is_administrivia(): Change slightly the way the administrivia search | bwarsaw | 2002-10-02 | 1 | -3/+9 |
| * | subscription_prompt(), subscription_confirm(): Two more places where | bwarsaw | 2002-09-19 | 1 | -3/+5 |
| * | change_options(): Patch by Tokio Kikuchi, we need to canonicalize the | bwarsaw | 2002-09-18 | 1 | -0/+1 |
| * | canonstr(): With help from Tokio Kikuchi, this patch should make for | bwarsaw | 2002-09-18 | 1 | -3/+13 |
| * | process(): If a member has enabled their DontReceiveDuplicates option, | bwarsaw | 2002-09-17 | 1 | -4/+23 |
| * | Fixes for logging of non-ascii messages. We have a default encoding | bwarsaw | 2002-09-17 | 1 | -1/+17 |
| * | verpdeliver(): When including the member's full name in a verp'd | bwarsaw | 2002-09-17 | 1 | -2/+19 |
| * | process_form(): When getting the member's full name out of the web | bwarsaw | 2002-09-17 | 1 | -2/+2 |
| * | main(): When getting the member's full name out of the web form, we | bwarsaw | 2002-09-17 | 1 | -10/+9 |
| * | unsubscription_prompt(), addrchange_prompt(), reenable_prompt(): When | bwarsaw | 2002-09-17 | 1 | -1/+12 |
| * | show_pending_unsubs(): When showing the unsub'ing member's name, use | bwarsaw | 2002-09-17 | 1 | -4/+3 |