summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Set DEFAULT_HOST_NAME and DEFAULT_URL to None. That way, we canbwarsaw2002-12-021-5/+7
* Add the printing of the current time and date to the end ofbwarsaw2002-12-022-4/+5
* 1223/1223 okpioppo2002-11-252-140/+86
* re-aligned to the english templates for b5pioppo2002-11-251-1/+3
* 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
* 2.1b5 newsbwarsaw2002-11-191-0/+34
* New namesbwarsaw2002-11-191-0/+2
* updatedmss2002-11-192-3/+5
* Update to reflect the change in the english template.avalon2002-11-191-1/+3
* Updated norwegian catalog.avalon2002-11-192-69/+46
* Updates in preparation for 2.1b5bwarsaw2002-11-198-39/+197
* Catalog updatesbwarsaw2002-11-1931-8285/+9153
* Prepare for beta5bwarsaw2002-11-191-2/+2
* Update a comment.bwarsaw2002-11-191-0/+2
* More fun stuff.bwarsaw2002-11-191-1/+4
* More namesbwarsaw2002-11-191-0/+3
* Patch #478491 by Federico Grau.bwarsaw2002-11-191-1/+3
* Patch #482934 by David Gibbs, adds a -b/--bare switch to print justbwarsaw2002-11-191-15/+25
* dequeue(): "rejection-notice" (i.e. the dash) doesn't play nice whenbwarsaw2002-11-191-0/+6
* hold_for_approval(): "rejection-notice" (i.e. the dash) doesn't playbwarsaw2002-11-191-1/+1
* show_post_requests(): "rejection-notice" (i.e. the dash) doesn't playbwarsaw2002-11-191-1/+1
* More namesbwarsaw2002-11-191-0/+1
* Describe the AddDefaultCharset issue for Apache and i18n archivebwarsaw2002-11-191-9/+15
* process(): Patch #625482 by Tokio Kikuchi to properly MIME encode thebwarsaw2002-11-191-23/+33
* GetConfigInfo(): "addrs" -> "addresses" in the obscure_addressesbwarsaw2002-11-191-2/+2
* RestrictedListMessage(), RosterOption(), GetStandardReplacements():bwarsaw2002-11-191-5/+6
* quick_maketext(): Copy the body of the try: from Utils.maketext() forbwarsaw2002-11-181-8/+14
* Added a %(meta)s placeholder where the http-equiv meta tag for thebwarsaw2002-11-185-0/+5
* Simplification and fixes for i18n in the archives. This is related tobwarsaw2002-11-181-62/+22
* uquote(): Factored out the html-ifying of a string from uncanonstr()bwarsaw2002-11-181-9/+12
* Added a -q / --quiet option.bwarsaw2002-11-181-3/+9