From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/39111 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: Continued header lines? Date: Tue, 02 Oct 2001 22:55:58 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035174871 26123 80.91.224.250 (21 Oct 2002 04:34:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:34:31 +0000 (UTC) Return-Path: Original-Received: (qmail 21423 invoked from network); 2 Oct 2001 21:04:27 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 2 Oct 2001 21:04:27 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 15oWe2-0003Dw-00; Tue, 02 Oct 2001 16:00:02 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 02 Oct 2001 15:59:40 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id PAA26578 for ; Tue, 2 Oct 2001 15:59:30 -0500 (CDT) Original-Received: (qmail 21296 invoked by alias); 2 Oct 2001 20:59:43 -0000 Original-Received: (qmail 21291 invoked from network); 2 Oct 2001 20:59:43 -0000 Original-Received: from fe170.worldonline.dk (212.54.64.199) by gnus.org with SMTP; 2 Oct 2001 20:59:43 -0000 Original-Received: (qmail 28209 invoked by uid 0); 2 Oct 2001 20:59:03 -0000 Original-Received: from 89.ppp1-1.had.worldonline.dk (HELO defun.worldonline.dk) (212.54.67.89) by fe170.worldonline.dk with SMTP; 2 Oct 2001 20:59:03 -0000 Original-Received: by defun.worldonline.dk (Postfix, from userid 500) id CF3161D7BCB; Tue, 2 Oct 2001 22:56:01 +0200 (CEST) Original-To: ding@gnus.org In-Reply-To: (jas@extundo.com's message of "Tue, 2 Oct 2001 17:35:44 +0000 (UTC)") Original-Lines: 26 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/20.7 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:39111 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:39111 jas@extundo.com (Simon Josefsson) writes: > I found a IMAP server [1] that completely garble mail (data > corruption) if you use long header lines such as > > Foo: bar > baz > > e.g. padding continuation header lines with SPC. Using TAB instead > seems to work. Maybe Gnus should do what most other mailers seem to > do (use TAB, that is)? I think that would be wrong according to RFC 2822. If you fold Foo: bar baz as Foo: bar baz Then you would get Foo: barbaz when unfolding the header, which isn't the same as the original.