From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/69825 Path: news.gmane.org!not-for-mail From: Daiki Ueno Newsgroups: gmane.emacs.gnus.general Subject: Re: Accepting x-pkcs7-signature Date: Fri, 23 Jul 2010 23:57:09 +0900 Message-ID: <87eieu456i.fsf@broken.deisui.org> References: <87y6d3z0f4.fsf@randomsample.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1279897093 19252 80.91.229.12 (23 Jul 2010 14:58:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 23 Jul 2010 14:58:13 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M18215@lists.math.uh.edu Fri Jul 23 16:58:12 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OcJhT-0003UI-D9 for ding-account@gmane.org; Fri, 23 Jul 2010 16:58:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1OcJgg-00020b-SI; Fri, 23 Jul 2010 09:57:22 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1OcJgd-00020H-Vt for ding@lists.math.uh.edu; Fri, 23 Jul 2010 09:57:19 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1OcJgc-0002OQ-0j for ding@lists.math.uh.edu; Fri, 23 Jul 2010 09:57:19 -0500 Original-Received: from ivory4.scn-net.ne.jp ([219.117.176.192]) by quimby.gnus.org with smtp (Exim 3.36 #1 (Debian)) id 1OcJga-0000VG-00 for ; Fri, 23 Jul 2010 16:57:16 +0200 Original-Received: from ([192.168.0.187]) (envelope sender: ) by ivory4.scn-net.ne.jp with Active!Hunter esmtp server; Fri, 23 Jul 2010 23:57:11 +0900 Original-Received: Received: from well-done.deisui.org (g187018.scn-net.ne.jp [202.83.187.18]) (authenticated) by blue17.scn-net.ne.jp (unknown) with ESMTP id o6NEvAxD030666 for ; Fri, 23 Jul 2010 23:57:10 +0900 In-Reply-To: (David Engster's message of "Fri, 23 Jul 2010 12:32:24 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:69825 Archived-At: David Engster writes: >>> ctl 'protocol) >>> "application/pkcs7-signature") >> >> ^^ this line should also be changed to accept "x-pkcs7-signature"? > > The full sexp is this: > > (setq part (mm-find-raw-part-by-type > ctl (or (mm-handle-multipart-ctl-parameter > ctl 'protocol) > "application/pkcs7-signature") > t))) > > So I thought this would just be used as a fallback? Well, I looked at the following code and thought that PART was signed material: (setq plain (epg-verify-string context (mm-get-part signature) part) Regards, -- Daiki Ueno