From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/17854 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: rfc2047-default-charset? Date: 16 Oct 1998 17:01:49 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035156479 3007 80.91.224.250 (20 Oct 2002 23:27:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:27:59 +0000 (UTC) Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id LAA03531 for ; Fri, 16 Oct 1998 11:04:21 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id KAB21739; Fri, 16 Oct 1998 10:02:53 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 16 Oct 1998 10:02:44 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id KAA22884 for ; Fri, 16 Oct 1998 10:02:35 -0500 (CDT) Original-Received: from xiphias.pdc.kth.se (xiphias.pdc.kth.se [130.237.221.226]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id LAA03465 for ; Fri, 16 Oct 1998 11:02:21 -0400 (EDT) Original-Received: (from jas@localhost) by xiphias.pdc.kth.se (8.8.5/8.8.5) id RAA25027; Fri, 16 Oct 1998 17:01:51 +0200 (METDST) Original-To: ding@gnus.org Original-Lines: 14 User-Agent: Gnus/5.070034 (Pterodactyl Gnus v0.34) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:17854 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:17854 rfc2047-default-charset defaults to 'iso-8859-1, which result in headers containing characters with this encoding is not rfc2047 ("encoded word") encoded. What are the reasoning behind the default? Mail to certain destination (MDA-specific, not MTA-specifc) bounce with "Data format error", because of the 8 bit characters in the header. Is there a (standard) MIME header that Gnus can add to tell servers what character set were used in the 8-bit headers? IMHO rfc2047-default-charset should default to 'us-ascii. This way Gnus never sends out thoose 8-bit header characters, whoose encoding can't be determined by clients/MDAs.