From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/63856 Path: news.gmane.org!not-for-mail From: Daiki Ueno Newsgroups: gmane.emacs.gnus.general Subject: Re: Easypg: Handling of inline signatures Date: Sat, 21 Oct 2006 12:05:15 +0900 Message-ID: References: <87y7rau4xf.fsf@denkblock.local> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1161400159 22803 80.91.229.2 (21 Oct 2006 03:09:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 21 Oct 2006 03:09:19 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+m12382@lists.math.uh.edu Sat Oct 21 05:09:17 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Gb7EX-0003kv-1H for ding-account@gmane.org; Sat, 21 Oct 2006 05:09:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1Gb7ES-0005ZK-00; Fri, 20 Oct 2006 22:09:08 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1Gb7Au-0005ZF-00 for ding@lists.math.uh.edu; Fri, 20 Oct 2006 22:05:28 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.52) id 1Gb7As-0008Ov-AI for ding@lists.math.uh.edu; Fri, 20 Oct 2006 22:05:28 -0500 Original-Received: from 221x255x76x220.ap221.ftth.ucom.ne.jp ([221.255.76.220] helo=localhost ident=Debian-exim) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Gb7Am-0003WH-00 for ; Sat, 21 Oct 2006 05:05:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=well-done.deisui.org ident=ueno) by localhost with esmtp (Exim 4.63) (envelope-from ) id 1Gb7Ah-0001SE-SP; Sat, 21 Oct 2006 12:05:15 +0900 Original-To: Elias Oltmanns X-Attribution: DU In-Reply-To: <87y7rau4xf.fsf@denkblock.local> (Elias Oltmanns's message of "Fri, 20 Oct 2006 22:07:40 +0200") X-Spam-Score: -2.5 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:63856 Archived-At: >>>>> In <87y7rau4xf.fsf@denkblock.local> >>>>> Elias Oltmanns wrote: > running gnus cvs from today and easypg 0.0.6, I've stumbled upon some > strange behaviour wrt inline signatures. In my .emacs I have > --8<---------------cut here---------------start------------->8--- > (defun custom-sign-hook () > ; (setq pgg-default-user-id (message-field-value "From"))) > (setq mml2015-signers (list (message-field-value "From")))) > (add-hook 'message-send-hook 'custom-sign-hook) > --8<---------------cut here---------------end--------------->8--- > Shipping off a message containing the tag <#secure method=pgp mode=sign> > just signs the message using the default gpg key rather than the one > matching the supplied From header. Viewing this message in the > sent-mail archive afterwards, I get a PGP Signed Part:Failed response > from epg, whereas pgg verifies the message correctly. Yes, EasyPG 0.0.6 has a bug of clearsign signature handling. Please try the CVS version[1] containing the following change. 2006-10-12 Daiki Ueno * epg.el (epg-start-verify): Fixed a clearsign verification bug. Reported by Hirohisa Yamaguchi . Sorry for inconvenience. Footnotes: [1] $ cvs -z9 -d :pserver:anonymous@cvs.m17n.org:/cvs/root co epg $ cd epg && autoreconf -f -i Regards, -- Daiki Ueno