From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/30406 Path: main.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: More on forwarding quoted-printable encoded messages Date: 26 Apr 2000 15:14:31 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: <87d7qc557e.fsf@psyche.evansnet> <2n8zy1l1ug.fsf@tiger.jia.vnet> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1035166949 8300 80.91.224.250 (21 Oct 2002 02:22:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:22:29 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id D4883D051F for ; Wed, 26 Apr 2000 09:15:03 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id IAB18594; Wed, 26 Apr 2000 08:14:59 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 26 Apr 2000 08:14:28 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id IAA21800 for ; Wed, 26 Apr 2000 08:14:16 -0500 (CDT) Original-Received: from viffer.metis.no (viffer.oslo.metis.no [195.0.254.249]) by mailhost.sclp.com (Postfix) with ESMTP id F095FD051F for ; Wed, 26 Apr 2000 09:14:32 -0400 (EDT) Original-Received: (from sb@localhost) by viffer.metis.no (8.9.3/8.9.3) id PAA14204; Wed, 26 Apr 2000 15:14:32 +0200 Original-To: ding@gnus.org In-Reply-To: "=?iso-8859-1?q?Bj=F8rn?= Mork"'s message of "26 Apr 2000 14:39:27 +0200" Original-Lines: 25 User-Agent: Gnus/5.0805 (Gnus v5.8.5) XEmacs/20.4 (Emerald) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:30406 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:30406 >>>>> "Bj=F8rn Mork" : > I believe the forwarded message should be unchanged even if the it > violates RFC2046/7 e.g. by using 8bit headers. The message/rfc822 > CTE would then be 8bit if the original message, including headers, > contains any 8bit chars, otherwise 7bit. RFC2046 does not require > the forwarded message to comply with RFCs 2046-49. It even > explicitly states that the body of a message/rfc822 part does not > need to be RFC822-conformant! How do you encode the forwarded > message if it contains 8bit characters but no CT/CTE headers? Isn't > it better not to make any charset and encoding choice for the final > recipient, and therefore forward the message untouched? Well, the fact of the matter is that the current approach (c-t-e q-p on the message/rfc822 part) breaks when read in Gnus 5.8.x, Netscape, Outlook98, and OE, if the message you're forwarding contains non US-ASCII characters. Complying with RFC-2046 seems to me, like a step towards un-breaking Gnus forwarding. I see interoperability with other mail agents for the messages I am forwarding these days (text/plain; charset=3Diso-8859-1, c-t-e q-p or 8bit) as more important than correct transfer of hypotethical non-MIME messages with 8bit characters.