From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/30646 Path: main.gmane.org!not-for-mail From: Vladimir Volovich Newsgroups: gmane.emacs.gnus.general Subject: Re: current cvs version is badly BROKEN (test: =?koi8-r?b?+sTSwdfT1NfVytTFIQ==?=) Date: 04 May 2000 11:34:50 +0400 Sender: owner-ding@hpc.uh.edu Message-ID: References: <2nzoq7r4z3.fsf@tiger.jia.vnet> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: main.gmane.org 1035167153 9567 80.91.224.250 (21 Oct 2002 02:25:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:25:53 +0000 (UTC) Cc: test@test.vsu.ru 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 95EB7D0522 for ; Thu, 4 May 2000 03:36:17 -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 CAB12845; Thu, 4 May 2000 02:36:15 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 04 May 2000 02:35:21 -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 CAA18170 for ; Thu, 4 May 2000 02:35:10 -0500 (CDT) Original-Received: from vsu.ru (info.vsu.ru [62.76.169.9]) by mailhost.sclp.com (Postfix) with ESMTP id 0764CD0522 for ; Thu, 4 May 2000 03:33:32 -0400 (EDT) Original-Received: from video.uic.vsu.ru ([62.76.169.38] verified) by vsu.ru (CommuniGate Pro SMTP 3.3b5) with ESMTP id 1481696; Thu, 04 May 2000 11:33:20 +0400 Original-To: Gnus Mailing List In-Reply-To: Shenghuo ZHU's message of "03 May 2000 12:08:48 -0400" Original-Lines: 71 User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.5 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:30646 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:30646 --=-=-= Shenghuo ZHU writes: > VV> with current cvs version any attempt to send a message with 8-bit > VV> cyrillic text leads to sending it in internal mule encoding > VV> instead of mime encoding (mime headers are okay). > > Where did you put the 8-bit cyrillic text? In the body or the subject? > What is your setting to send it in 8-bit? I've put it into the body. I did not test whether 8-bit text is broken in the subject with current cvs version (as it is in the body). I've gotten the current cvs version and run gnus with the following ~/.emacs file (no ~/.gnus), and the behavior seems to be still broken: cyrillic text in the body of this message (in the quote below) is sent not in koi8-r but in internal mule encoding. --=-=-= Content-Type: application/emacs-lisp Content-Disposition: inline (set-language-environment 'Cyrillic-KOI8) (setq default-input-method "cyrillic-jcuken") (put-charset-property 'cyrillic-iso8859-5 'preferred-coding-system 'koi8-r) (setq mm-body-charset-encoding-alist '((iso-8859-1 . 8bit) (utf-8 . 8bit) (koi8-r . 8bit) (big5 . 8bit))) (setq gnus-secondary-select-methods '((nnmbox ""))) (setq nnmail-spool-file '((file :path "/var/mail/vvv") (pop :server "..." :user "..." :port "pop3" :password "..."))) (setq pop3-authentication-scheme 'apop) (setq user-mail-address "vvv@vvv.vsu.ru") (setq user-full-name "Vladimir Volovich") (setq message-from-style 'angles) (setq gnus-outgoing-message-group "nnml:archive") (setq nnmail-split-methods '( ;[skipped] ("mail.misc" ""))) (eval-after-load "gnus-sum" '(setq gnus-group-charset-alist (append (delete '(".*" iso-8859-1) gnus-group-charset-alist) '((".*" koi8-r))))) (eval-after-load "gnus-msg" '(setq gnus-group-posting-charset-alist (append '(("^fido" koi8-r (koi8-r)) ("^vrn" koi8-r (koi8-r)) ("^vsu" koi8-r (koi8-r))) gnus-group-posting-charset-alist))) (custom-set-variables '(gnus-select-method (quote (nntp "news.vsu.ru"))) '(smtpmail-smtp-server "info.vsu.ru") '(message-send-mail-function (quote smtpmail-send-it))) (custom-set-faces) --=-=-= Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit > Test text: Œ·ŒÔŒàŒÐŒÒŒáŒâŒÒŒãŒÙŒâŒÕ! > > The test Cyrillic text of this message should be encoded in 8-bit. So > does the text in the subject. Best, v. --=-=-=--