From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/81846 Path: news.gmane.org!not-for-mail From: Luis Henriques Newsgroups: gmane.emacs.gnus.general Subject: Problems trying to decrypt email Date: Tue, 22 May 2012 09:57:20 +0100 Message-ID: <877gw4wq33.fsf@camandro.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1337677135 12397 80.91.229.3 (22 May 2012 08:58:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 22 May 2012 08:58:55 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M30116@lists.math.uh.edu Tue May 22 10:58:55 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SWkvd-0001Dr-8x for ding-account@gmane.org; Tue, 22 May 2012 10:58:53 +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 1SWkuI-00046P-Rl; Tue, 22 May 2012 03:57:30 -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 1SWkuF-00046A-K0 for ding@lists.math.uh.edu; Tue, 22 May 2012 03:57:27 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1SWkuE-0002jo-6Q for ding@lists.math.uh.edu; Tue, 22 May 2012 03:57:27 -0500 Original-Received: from balrog.mythic-beasts.com ([93.93.130.6]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1SWkuC-0004im-Du for ding@gnus.org; Tue, 22 May 2012 10:57:24 +0200 Original-Received: from [94.13.107.236] (helo=localhost) by balrog.mythic-beasts.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.69) (envelope-from ) id 1SWku9-0000rH-Ma for ding@gnus.org; Tue, 22 May 2012 09:57:21 +0100 User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux) X-BlackCat-Spam-Score: -12 X-Mythic-Debug: Threshold = On = X-Spam-Status: No, score=-1.3 X-Spam-Score: -4.9 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:81846 Archived-At: Hi, Recently I have been trying to setup gnus to decrypt email, but without too much success. I'm not sure whether this is a gnus or an epa configuration issue, or a bug somewhere. Here's my configuration: (require 'epa) (setq mml2015-use 'epg) (setq mml2015-cache-passphrase nil) (setq gnus-message-replysign t) (setq gnus-message-replyencrypt t) (setq gnus-message-replysignencrypted t) (setq gnus-treat-x-pgp-sig t) (setq mm-verify-option 'always) (setq mm-decrypt-option 'always) To test it, I've used mutt to send an encrypted email to myself. I can successfully decrypt this email in mutt, but not on gnus. When I access this email in summary buffer, I'm asked for a passphrase. But then I get only this in the message buffer: [[PGP Encrypted Part:Corrupted]] [1. application/pgp-encrypted; signedkey.msg]... [[End of PGP Encrypted Part]] Any ideas/suggestions? What am I missing here? Cheers, -- Luis