From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.com) by vger.kernel.org via listexpand id ; Fri, 11 May 2001 23:59:44 -0400 Received: (majordomo@vger.kernel.com) by vger.kernel.org id ; Fri, 11 May 2001 23:57:42 -0400 Received: from zeus.kernel.org ([209.10.41.242]:49800 "EHLO zeus.kernel.org") by vger.kernel.org with ESMTP id ; Fri, 11 May 2001 23:57:30 -0400 Date: Fri, 11 May 2001 23:20:31 -0300 From: Ralf Baechle To: Jonathan Lundell Cc: Kai Henningsen , linux-kernel@vger.kernel.org Subject: Re: [PATCH] adding PCI bus information to SCSI layer Message-ID: <20010511232031.A2314@bacchus.dhis.org> In-Reply-To: <80BTbI6mw-B@khms.westfalen.de> <20010511133242.B3224@bacchus.dhis.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jlundell@pobox.com on Fri, May 11, 2001 at 03:49:05PM -0700 X-Accept-Language: de,en,fr Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 11, 2001 at 03:49:05PM -0700, Jonathan Lundell wrote: > >> >If you want to support wrapping with plain text, investigate > >> >format=flowed. > >> > >> Yes, I did that. > >> > > > I'm curious, though: I haven't found the mail standards that forbid > >> receivers to wrap long lines. Certainly many mail clients do it. > >> What's the relevant RFC? > > > >RFC 2822, 2.1.1. > > Thanks. It's not quite a standard yet, but it's true, it does limit > lines to 998 characters. Sort of a strange limit, but there you > are.... It's 998 plus a CR/LF sequence which is 1000 bytes, not exactly an odd number. And it's the official successor of RFC 822 which was an official STD. Ralf