From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/28624 Path: main.gmane.org!not-for-mail From: Vladimir Volovich Newsgroups: gmane.emacs.gnus.general Subject: Re: Re[2]: 8-bit headers not encoded Date: 07 Jan 2000 01:07:37 +0300 Sender: owner-ding@hpc.uh.edu Message-ID: References: <87bt70mgn5.fsf@deneb.cygnus.argh.org> <13592.000106@nstl.nnov.ru> <87wvpn8gwz.fsf@deneb.cygnus.argh.org> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035165439 30814 80.91.224.250 (21 Oct 2002 01:57:19 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:57:19 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by mailhost.sclp.com (Postfix) with ESMTP id 5E097D051F for ; Thu, 6 Jan 2000 17:19:25 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id QAB18358; Thu, 6 Jan 2000 16:15:43 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 06 Jan 2000 16:15:42 -0600 (CST) 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 QAA29355 for ; Thu, 6 Jan 2000 16:15:31 -0600 (CST) Original-Received: from relay2.vsu.ru (mail.vsu.ru [62.76.169.17]) by mailhost.sclp.com (Postfix) with ESMTP id 0BD28D051F for ; Thu, 6 Jan 2000 17:13:56 -0500 (EST) Original-Received: by relay2.vsu.ru (Postfix, from userid 5) id BEA3319F0; Fri, 7 Jan 2000 01:13:38 +0300 (MSK) Original-Received: (from vvv@localhost) by vvv.vsu.ru (8.9.3/8.9.3) id BAA04654; Fri, 7 Jan 2000 01:07:38 +0300 X-Authentication-Warning: vvv.vsu.ru: vvv set sender to vvv@vvv.vsu.ru using -f Original-To: ding@gnus.org In-Reply-To: Florian Weimer's message of "06 Jan 2000 14:32:12 +0100" Original-Lines: 28 User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.4 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:28624 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:28624 "FW" == Florian Weimer writes: FW> Could try the following value for FW> gnus-group-posting-charset-alist, please? FW> (setq gnus-group-posting-charset-alist '((message-this-is-mail FW> nil nil) (message-this-is-news koi8-r koi8-r))) according to doc, the third element should be a list of charsets (or t or nil); so `koi8-r' is incorrect there. FW> This should mimic the behavior of the old setting. (Perhaps this FW> variable should be given an new name?) i tried the following setting: (setq gnus-group-posting-charset-alist '((message-this-is-mail koi8-r t) (message-this-is-news koi8-r t))) Then, 8-bit cyrillic text in subject was sent as 8-bit, but NOT in koi8-r; it was in iso-8859-5 encoding. what should i do to make gnus use koi8-r for 8-bit text in headers? note that this behavior changed (was broken) in gnus 5.8.3; gnus 5.8.2 worked correct (i.e. 8-bit text in headers was sent using koi8-r). Best regards, -- Vladimir.