summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add machinery for list_ownersbwarsaw2002-12-043-3/+6
* Updated norwegian catalog.avalon2002-12-042-36/+26
* prefix_subject(): One small patch for when the charset in an RFC 2047bwarsaw2002-12-041-1/+6
* do_output(): Fix UnboundLocalError when trying to write to a file webwarsaw2002-12-041-1/+1
* A simple script for printing out list owners and moderators.bwarsaw2002-12-040-0/+0
* intermediatebwarsaw2002-12-041-0/+120
* Japanese language updates by Tokio Kikuchibwarsaw2002-12-036-240/+246
* Added new revisionerpioppo2002-12-021-0/+1
* In an ideal world this would be my last checkin before 2.1 final ;)pioppo2002-12-022-54/+40
* leave "thread" untraslatedpioppo2002-12-022-9/+9
* QRUNNER_SAVE_BAD_MESSAGES: Turn this on.bwarsaw2002-12-021-1/+1
* More namesbwarsaw2002-12-021-0/+5
* Whitespace normalizationbwarsaw2002-12-021-4/+4
* Catalog updatesbwarsaw2002-12-0231-4413/+4858
* A new bounce testing script and a few new bounce examples.bwarsaw2002-12-024-0/+415
* PATHDIRS: Add tests so it gets paths.pybwarsaw2002-12-021-1/+1
* Added a new DSN example.bwarsaw2002-12-021-0/+1
* Utils.rmdirhier() -> shutil.rmtree()bwarsaw2002-12-021-1/+2
* Add onebounce.py and set the perms for executables.bwarsaw2002-12-021-2/+6
* main(): Use DEFAULT_EMAIL_HOST unless DEFAULT_HOST_NAME was overriddenbwarsaw2002-12-021-2/+4
* remove_old_sources(): Utils.rmdirhier() -> shutil.rmtree()bwarsaw2002-12-021-4/+5
* main(): This should fix problems when printing list members withbwarsaw2002-12-021-9/+12
* remove_it(): Utils.rmdirhier() -> shutil.rmtree()bwarsaw2002-12-021-1/+2
* Update docstring.bwarsaw2002-12-021-1/+1
* Because of oddities in permissions, it is possible that when you runbwarsaw2002-12-021-0/+6
* main(): This should fix problems when printing list members withbwarsaw2002-12-021-5/+10
* do_input(): Fix setting of subscribe_policy based on the value ofbwarsaw2002-12-021-4/+13
* Added a --wipe switch which deletes the generated html archivebwarsaw2002-12-021-3/+16
* _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
* Typo repair. Given by Matthias Andree, SF bug # 637494bwarsaw2002-12-021-1/+1