From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/44419 Path: main.gmane.org!not-for-mail From: Dmitry Bely Newsgroups: gmane.emacs.gnus.general Subject: Re: gpg.el Date: Fri, 26 Apr 2002 20:02:44 +0400 Organization: DB @ somewhere Sender: owner-ding@hpc.uh.edu Message-ID: References: <87wuuupjhi.fsf@deneb.enyo.de> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1019837133 20770 127.0.0.1 (26 Apr 2002 16:05:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 26 Apr 2002 16:05:33 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 1718E0-0005Os-00 for ; Fri, 26 Apr 2002 18:05:33 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1718C5-0003ce-00; Fri, 26 Apr 2002 11:03:33 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 26 Apr 2002 11:03:46 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id LAA11648 for ; Fri, 26 Apr 2002 11:03:33 -0500 (CDT) Original-Received: (qmail 1657 invoked by alias); 26 Apr 2002 16:03:10 -0000 Original-Received: (qmail 1652 invoked from network); 26 Apr 2002 16:03:10 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by gnus.org with SMTP; 26 Apr 2002 16:03:10 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 1718EG-0004QQ-00 for ; Fri, 26 Apr 2002 18:05:48 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 59 Original-NNTP-Posting-Host: d218.p9.col.ru Original-X-Trace: quimby.gnus.org 1019837148 17011 212.248.7.218 (26 Apr 2002 16:05:48 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 26 Apr 2002 16:05:48 GMT X-Comment-To: Florian Weimer User-Agent: Gnus/5.090005 (Oort Gnus v0.05) XEmacs/21.4 (Civil Service (Windows), i586-pc-win32) Cancel-Lock: sha1:iqRJhgwB6dGaInSEF24PqIaeOog= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:44419 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:44419 Florian Weimer writes: > Dmitry Bely writes: > >> What is the preferable method to submit gpg.el bug reports? Should I post >> them here or contact the authors directly? > > Better post them here, so others can help (I don't run XEmacs). And neither you run Windows 2000 nor use a non-english charset :-) Fortunately, the problem seems to have nothing to do with XEmacs. It happens when I try to sign a message with an encoding different from us-ascii (encryption is working fine as well as the us-ascii messages signing). Here is an example: (1) Non-signed message would be Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit (koi8-r is Cyrillic 8-bit encoding like European cp1250. Everything else is not interesting) (2) Signed message created by gpg.el [---cut---] X-From-Line: nobody Fri Apr 26 13:34:15 2002 X-Draft-From: ("nnfolder+archive:archive" "") To: dbely@mail.ru Subject: signature test From: Dmitry Bely Date: Fri, 26 Apr 2002 13:33:55 +0400 Message-ID: User-Agent: Gnus/5.090005 (Oort Gnus v0.05) XEmacs/21.4 (Civil Service (Windows), i586-pc-win32) MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: base64 Lines: 13 Xref: BELY archive:1273 X-Gnus-Article-Number: 1273 Fri Apr 26 13:34:15 2002 =2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 8M8t0tXT08vJDQoNCkhvcGUgdG8gaGVhciBmcm9tIHlvdSBzb29uLA0KRG1pdHJ5DQo =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6-2 (MingW32) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjzJHxYACgkQytFTynJIfm+LkgCg6Xa4XWbM24zBHl1WA/N8H/MU x1YAoIxtzJL7u2C+OLwvd0Z/hpBlKQNh =3Drc3D =2D----END PGP SIGNATURE----- [---cut---] As you see, Content-Transfer-Encoding is incorrect: original koi8-r text is really base64-encoded, but everything else is quoted-printable. So we have the broken message... Hope to hear from you soon, Dmitry