From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/17143 Path: main.gmane.org!not-for-mail From: Vladimir Volovich Newsgroups: gmane.emacs.gnus.general Subject: some proposal Date: 16 Sep 1998 02:42:39 +0400 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035155898 31848 80.91.224.250 (20 Oct 2002 23:18:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:18:18 +0000 (UTC) Return-Path: Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id SAA16284 for ; Tue, 15 Sep 1998 18:47:55 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id RAF00551; Tue, 15 Sep 1998 17:18:53 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 15 Sep 1998 17:46:22 -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 RAA12797 for ; Tue, 15 Sep 1998 17:46:14 -0500 (CDT) Original-Received: from cc.vsu.ru (root@ns.vsu.relarn.ru [194.226.24.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id SAA16211 for ; Tue, 15 Sep 1998 18:45:57 -0400 (EDT) Original-Received: (from uucp@localhost) by cc.vsu.ru (8.9.1/8.9.1) with UUCP id CAA27426 for ding@gnus.org; Wed, 16 Sep 1998 02:43:54 +0400 Original-Received: (from vvv@localhost) by vvv.vsu.ru (8.8.7/8.8.7) id CAA04753; Wed, 16 Sep 1998 02:42:39 +0400 Original-To: ding@gnus.org Original-Lines: 17 User-Agent: Gnus/5.070031 (Pterodactyl Gnus v0.31) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:17143 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:17143 Hi, some broken mailers set Content-Type: text/plain; charset=US-ASCII and use 8-bit characters (e.g. koi8-r). Or sometimes they use headers in encode-word format like =?us-ascii?[qb]?...?=, but the decoded text contains 8-bit data. Since us-ascii is a 7-bit encoding, such 8-bit chars are illegal there. When gnus processes such messages, it seems to take 8-bit chars by default from iso-8859-1. Would it be possible to use rfc2047-default-charset instead (in my situation such 8-bit text is often koi8-r encoded)? Best regards, -- Vladimir.