summaryrefslogtreecommitdiff
path: root/Mailman
Commit message (Expand)AuthorAgeFilesLines
...
* verpdeliver(): Skip all the realname -> unicode + encode conversionsbwarsaw2002-10-151-2/+4
* ForwardMessage(): The UserNotification neeeds to have its languagebwarsaw2002-10-141-1/+2
* __setstate__(): This plus email-2.4.3 should fix (most of) Peerbwarsaw2002-10-141-2/+33
* process(): Initialize the line local variable to the empty string, inbwarsaw2002-10-141-0/+1
* Whitespace normalization and some Pychecker cleanup.bwarsaw2002-10-092-9/+7
* ArchiveMail(): processUnixMailbox() no longer takes an article classbwarsaw2002-10-091-1/+1
* _makeArticle(): Override base class method so that we create abwarsaw2002-10-091-1/+6
* Whitespace normalization and some Pychecker cleanup.bwarsaw2002-10-091-345/+340
* processUnixMailbox(): Small but useful refactoring. Don't pass thebwarsaw2002-10-091-4/+6
* CheckHTMLArchiveDir(): Indentation-o pointed out by Dan Mick.bwarsaw2002-10-081-1/+1
* process(): I really could have sworn this was already there, butbwarsaw2002-10-081-4/+30
* Integrating SF patch #594771, i18n'ified pipermail.bwarsaw2002-10-081-368/+411
* Whitespace normalization.bwarsaw2002-10-081-16/+16
* ArchiveMail(): Remove the corrupt archive log message. I think thisbwarsaw2002-10-081-2/+0
* Integrating SF patch #594771, i18n'ified pipermail. Changes herebwarsaw2002-10-081-3/+49
* maybe_forward(): The bounce page documents that undetected bouncesbwarsaw2002-10-081-0/+2
* maybe_forward(): Refactor forwarding logic into ForwardMessage()bwarsaw2002-10-081-13/+5
* When content filtering, we may not always want to just discard thebwarsaw2002-10-081-3/+35
* GetConfigInfo(): Add description for filter_action, and flesh out abwarsaw2002-10-071-2/+34
* When content filtering, we may not always want to just discard thebwarsaw2002-10-071-0/+1
* When content filtering, we may not always want to just discard thebwarsaw2002-10-071-1/+1
* When content filtering, we may not always want to just discard thebwarsaw2002-10-071-0/+1
* ForwardMessage(): Refactor the various places where we're forwardingbwarsaw2002-10-071-0/+21
* When content filtering, we may not always want to just discard thebwarsaw2002-10-071-0/+8
* send_i18n_digests(): Chuq politely reminds me that in MM2.0, digestsbwarsaw2002-10-071-0/+2
* _setValue(): Tighten the rules for accepting filter_mime_types andbwarsaw2002-10-071-2/+16
* process(): Typo detected by Michael Meltzer; mtype will never be equalbwarsaw2002-10-071-1/+1
* process_request(): Catch BadListNameError's that can get raised if thebwarsaw2002-10-061-2/+6
* ValidateEmail(): Include the string argument in the MMBadEmailErrorbwarsaw2002-10-061-3/+3
* Create(): Test the list name to make sure that it will yeild a validbwarsaw2002-10-061-0/+10
* BadListNameError: New exception for when the list name is invalid.bwarsaw2002-10-061-0/+1
* process(): Watch for RFC 2047 encoded From headers and decode thebwarsaw2002-10-051-0/+10
* subscription_confirm(): Patch by Tokio Kikuchi, we need to pass thebwarsaw2002-10-051-1/+1
* _dispose(): Possibly forward the message in two situations: if thebwarsaw2002-10-051-16/+36
* verpdeliver(): I think I've (finally!) nailed the full name encodingbwarsaw2002-10-041-16/+18
* uncanonstr(): We always want this to return a byte string, but itbwarsaw2002-10-041-5/+17
* membership_options(): Slight code re-arrangement so we're always surebwarsaw2002-10-041-2/+2
* Better support for "funny" characters in subject prefixes.bwarsaw2002-10-021-42/+32
* Better support for "funny" characters in subject prefixes.bwarsaw2002-10-021-0/+10
* is_administrivia(): Change slightly the way the administrivia searchbwarsaw2002-10-021-3/+9
* subscription_prompt(), subscription_confirm(): Two more places wherebwarsaw2002-09-191-3/+5
* change_options(): Patch by Tokio Kikuchi, we need to canonicalize thebwarsaw2002-09-181-0/+1
* canonstr(): With help from Tokio Kikuchi, this patch should make forbwarsaw2002-09-181-3/+13
* process(): If a member has enabled their DontReceiveDuplicates option,bwarsaw2002-09-171-4/+23
* Fixes for logging of non-ascii messages. We have a default encodingbwarsaw2002-09-171-1/+17
* verpdeliver(): When including the member's full name in a verp'dbwarsaw2002-09-171-2/+19
* process_form(): When getting the member's full name out of the webbwarsaw2002-09-171-2/+2
* main(): When getting the member's full name out of the web form, webwarsaw2002-09-171-10/+9
* unsubscription_prompt(), addrchange_prompt(), reenable_prompt(): Whenbwarsaw2002-09-171-1/+12
* show_pending_unsubs(): When showing the unsub'ing member's name, usebwarsaw2002-09-171-4/+3