From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/53497 Path: main.gmane.org!not-for-mail From: =?iso-8859-2?q?S=B3awek_=AFak?= Newsgroups: gmane.emacs.gnus.general Subject: Problem with signature verification using PGG Date: Tue, 22 Jul 2003 18:59:27 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: <86oezmbiq8.fsf@thirst.corponet.era.pl> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1058893791 30174 80.91.224.249 (22 Jul 2003 17:09:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 22 Jul 2003 17:09:51 +0000 (UTC) Original-X-From: ding-owner+M2041@lists.math.uh.edu Tue Jul 22 19:09:48 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19f0e3-0007qB-00 for ; Tue, 22 Jul 2003 19:09:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19f0ep-00067n-00; Tue, 22 Jul 2003 12:10:35 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19f0UV-00065n-00 for ding@lists.math.uh.edu; Tue, 22 Jul 2003 11:59:55 -0500 Original-Received: (qmail 29491 invoked by alias); 22 Jul 2003 16:59:55 -0000 Original-Received: (qmail 29486 invoked from network); 22 Jul 2003 16:59:54 -0000 Original-Received: from ptcnat.era.pl (213.158.197.100) by sclp3.sclp.com with SMTP; 22 Jul 2003 16:59:54 -0000 Original-Received: by localhost (Postfix, from userid 1001) id 532221145E; Tue, 22 Jul 2003 18:59:27 +0200 (CEST) Original-To: ding@gnus.org User-Agent: Gnus/5.1003 (Gnus v5.10.3) XEmacs/21.4 (Portable Code, berkeley-unix) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:53497 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:53497 Hi, I have a big problem with verification of detached PGP signatures when the messages are read from the Exchange mail server (don't ask why Exchange - not my fault - really). Exchange 2K changes MIME part description section for some unknown reason from this: Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: quoted-printable which is generated by Gnus, to this: Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable which makes PGP signature verification (W s in summary buffer) fail. I guess that the MIME header is part of the signed message. Can I do something about this? /S