Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750961AbWIMPpO (ORCPT ); Wed, 13 Sep 2006 11:45:14 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750959AbWIMPpO (ORCPT ); Wed, 13 Sep 2006 11:45:14 -0400 Received: from xenotime.net ([66.160.160.81]:10159 "HELO xenotime.net") by vger.kernel.org with SMTP id S1750960AbWIMPpM (ORCPT ); Wed, 13 Sep 2006 11:45:12 -0400 Date: Wed, 13 Sep 2006 08:46:19 -0700 From: "Randy.Dunlap" To: Kirill Korotaev Cc: Linus Torvalds , Linux Kernel Mailing List , Fernando Vazquez , "David S. Miller" , tony.luck@intel.com, linux-ia64@vger.kernel.org, stable@kernel.org, xemul@openvz.org, devel@openvz.org Subject: Re: [PATCH] IA64,sparc: local DoS with corrupted ELFs Message-Id: <20060913084619.05b5f04f.rdunlap@xenotime.net> In-Reply-To: <450195B2.8000004@sw.ru> References: <44FC193C.4080205@openvz.org> <44FFF1A0.2060907@openvz.org> <4501891D.5090607@sw.ru> <450195B2.8000004@sw.ru> Organization: YPO4 X-Mailer: Sylpheed version 2.2.7 (GTK+ 2.8.10; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1500 Lines: 38 On Fri, 08 Sep 2006 20:09:22 +0400 Kirill Korotaev wrote: > Linus Torvalds wrote: > > > > On Fri, 8 Sep 2006, Kirill Korotaev wrote: > > > >>I even checked the email myself and the only difference between "good" > >>patches and mine is that mine has "format=flowed" in > >>Content-Type: text/plain; charset=us-ascii; format=flowed > >> > >>It looks like some mailers replace TABs with spaces when format=flowed > >>is specified. So are you sure that the problem is in mozilla? > > > > > > Hey, what do you know? Good call. I can actually just "S"ave the message > > to a file, and it is a perfectly fine patch. But when I view it in my mail > > reader, your "format=flowed" means that it _shows_ it as being corrupted > > (ie word wrapping and missing spaces at the beginning of lines). > Oh, I finally found how to tune Mozilla and fix it: > > One need to edit defaults/pref/mailnews.js file to have: > pref("mailnews.send_plaintext_flowed", false); // RFC 2646======= > pref("mailnews.display.disable_format_flowed_support", true); > > This makes Mozilla to send emails w/o "format=flowed". > > Thanks a lot for your patience :) Here is some (similar) info for thunderbird: http://mbligh.org/linuxdocs/Email/Clients/Thunderbird --- ~Randy - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/