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