| Commit message (Expand) | Author | Age | Files | Lines |
| * | _oneloop(): Include a clue as to which filebase is being shunted. | bwarsaw | 2002-12-13 | 1 | -0/+1 |
| * | process(): Martin's patch #653242 to fix the wacking of the | bwarsaw | 2002-12-13 | 1 | -1/+3 |
| * | process(): Martin von Loewis's fix for specifying the charset of | bwarsaw | 2002-12-13 | 1 | -4/+4 |
| * | AddMember(), ApprovedAddMember(): Use email.Utils.formataddr() to form | bwarsaw | 2002-12-12 | 1 | -6/+3 |
| * | Donn Cave's patch #602087 to honor configure's --srcdir switch. | bwarsaw | 2002-12-12 | 10 | -10/+10 |
| * | heldmsg_prompt(): Translate the reason for the hold. | bwarsaw | 2002-12-12 | 1 | -1/+1 |
| * | show_helds_overview(): Be sure to translate the `reason' for a hold. | bwarsaw | 2002-12-12 | 1 | -2/+5 |
| * | Typo fixes, "administator" -> "administrator". Closes SF #650932 | bwarsaw | 2002-12-11 | 3 | -5/+5 |
| * | Bump to 2.1b6+ | bwarsaw | 2002-12-11 | 1 | -1/+1 |
| * | Bumping to 2.1b6 | bwarsaw | 2002-12-09 | 1 | -2/+2 |
| * | ModeratedMemberPost.reason: Some people took offense at this message. | bwarsaw | 2002-12-09 | 1 | -1/+9 |
| * | membership_options(): A fix for bug #644950 and other problems with | bwarsaw | 2002-12-09 | 1 | -29/+32 |
| * | ctime(): First try to parse the date if it's a string and only do the | bwarsaw | 2002-12-09 | 1 | -19/+24 |
| * | Tokio Kikichi's patch for multibyte i18n problems. Patch #646884, | bwarsaw | 2002-12-08 | 1 | -39/+60 |
| * | _set_date(): Generalize w/ a nested function so we can try more than | bwarsaw | 2002-12-08 | 1 | -14/+15 |
| * | _set_date(): Don't convert to GMT. Keep dates local. Closes SF bug | bwarsaw | 2002-12-07 | 1 | -1/+1 |
| * | ctime(): Include the local timezone name in the date string, as keyed | bwarsaw | 2002-12-07 | 1 | -1/+3 |
| * | _setValue(): Be sure to also set the language on the doc. | bwarsaw | 2002-12-07 | 1 | -0/+1 |
| * | Document.Format(): Include a META tag with the content-type | bwarsaw | 2002-12-07 | 1 | -7/+7 |
| * | decode_charset(): Greg Ward's patch for SF # 649007. If there is an | bwarsaw | 2002-12-07 | 1 | -2/+2 |
| * | sizeof(): Watch out for ENOENT exceptions which can happen if the mbox | bwarsaw | 2002-12-07 | 1 | -1/+7 |
| * | FormatDisabledNotice(): I18n formatting improvement by Simone | bwarsaw | 2002-12-07 | 1 | -1/+1 |
| * | update_article(): Reword the messages for proper i18n style. Closes | bwarsaw | 2002-12-05 | 1 | -6/+9 |
| * | setListIfUnset(): Greg Ward's patch to actually make this work. ;) | bwarsaw | 2002-12-05 | 1 | -2/+1 |
| * | prefix_subject(): One small patch for when the charset in an RFC 2047 | bwarsaw | 2002-12-04 | 1 | -1/+6 |
| * | QRUNNER_SAVE_BAD_MESSAGES: Turn this on. | bwarsaw | 2002-12-02 | 1 | -1/+1 |
| * | _dispose(): Actually (re-)implement the documented behavior for when | bwarsaw | 2002-12-02 | 1 | -0/+5 |
| * | _dispose(): Don't forward to the admin, messages in which bouncing | bwarsaw | 2002-12-02 | 1 | -1/+1 |
| * | process(): Be sure to i18n-ify any headers with milst.description in | bwarsaw | 2002-12-02 | 1 | -2/+4 |
| * | process_request(): Use shutil.rmtree() instead of Utils.rmdirhier(), | bwarsaw | 2002-12-02 | 1 | -3/+26 |
| * | subscription_confirm(), unsubscription_confirm(), | bwarsaw | 2002-12-02 | 1 | -4/+4 |
| * | main(), show_pending_subs(), show_pending_unsubs(), | bwarsaw | 2002-12-02 | 1 | -11/+27 |
| * | change_options(): MMNoSuchUserError -> NotAMemberError | bwarsaw | 2002-12-02 | 1 | -2/+2 |
| * | PATTERNS: Fix the regexp for sucking out the address in the section | bwarsaw | 2002-12-02 | 1 | -2/+4 |
| * | check(): First, use parseaddr() to split up any realname/addrs found, | bwarsaw | 2002-12-02 | 1 | -1/+8 |
| * | ScanMessages(): Move the pipeline list to a module global, since I'm | bwarsaw | 2002-12-02 | 1 | -18/+21 |
| * | Article.__init__(): Use a slightly safer invocation of parseaddr(). | bwarsaw | 2002-12-02 | 1 | -4/+4 |
| * | __init__(): Squirrel away the MailList instance so we can set it on | bwarsaw | 2002-12-02 | 1 | -1/+4 |
| * | setListIfUnset(): Hack to set self._mlist if it isn't already set. | bwarsaw | 2002-12-02 | 1 | -12/+36 |
| * | rmdirhier(): We don't need this now that we've re-discovered <wink> | bwarsaw | 2002-12-02 | 1 | -22/+4 |
| * | Updated comments to reflect that NotAMemberError is the one true | bwarsaw | 2002-12-02 | 1 | -3/+3 |
| * | InitVars(), CheckValues(): Set host_name and web_page_url based on | bwarsaw | 2002-12-02 | 1 | -8/+11 |
| * | MMNotAMemberError, MMNoSuchUserError: Get rid of these since we don't | bwarsaw | 2002-12-02 | 1 | -2/+0 |
| * | Set DEFAULT_HOST_NAME and DEFAULT_URL to None. That way, we can | bwarsaw | 2002-12-02 | 1 | -5/+7 |
| * | calculate_attachments_dir(): Be defensive about bogus Date headers. ;/ | bwarsaw | 2002-11-22 | 1 | -6/+32 |
| * | process(): Don't send a results message if we're already sending a | bwarsaw | 2002-11-21 | 2 | -2/+4 |
| * | process(): Set the `respond' flag to false if | bwarsaw | 2002-11-21 | 1 | -10/+17 |
| * | Results.__init__(): Add a `respond' flag which is used by | bwarsaw | 2002-11-21 | 1 | -1/+5 |
| * | change_options(): Don't handle `emergency' moderation here -- it's a | bwarsaw | 2002-11-21 | 1 | -4/+0 |
| * | VERSION: Bump. | bwarsaw | 2002-11-21 | 1 | -1/+1 |