From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/8881 Path: news.gmane.org!not-for-mail From: Pietro Giorgianni Newsgroups: gmane.emacs.gnus.user Subject: epg? easypg? how? Date: Thu, 12 Apr 2007 10:53:12 +0200 Message-ID: <87fy76otxj.fsf@giorgian.widge.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1176368765 30168 80.91.229.12 (12 Apr 2007 09:06:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 12 Apr 2007 09:06:05 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Thu Apr 12 11:06:01 2007 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HbvFT-0006EX-2p for gegu-info-gnus-english@m.gmane.org; Thu, 12 Apr 2007 11:05:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HbvJa-000257-RB for gegu-info-gnus-english@m.gmane.org; Thu, 12 Apr 2007 05:10:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HbvEM-0000zq-Tk for info-gnus-english@gnu.org; Thu, 12 Apr 2007 05:04:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HbvEK-0000vh-1x for info-gnus-english@gnu.org; Thu, 12 Apr 2007 05:04:37 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HbvEI-0000v3-6i for info-gnus-english@gnu.org; Thu, 12 Apr 2007 05:04:34 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HbvA8-0005wp-0m for info-gnus-english@gnu.org; Thu, 12 Apr 2007 05:00:16 -0400 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1Hbv9u-000671-MV for info-gnus-english@gnu.org; Thu, 12 Apr 2007 11:00:02 +0200 Original-Received: from host5-102-dynamic.11-87-r.retail.telecomitalia.it ([87.11.102.5]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Apr 2007 11:00:02 +0200 Original-Received: from giorgian by host5-102-dynamic.11-87-r.retail.telecomitalia.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Apr 2007 11:00:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 38 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: host5-102-dynamic.11-87-r.retail.telecomitalia.it User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.95 (gnu/linux) Cancel-Lock: sha1:OCIvCdg6363hjo71dzL7KhP65WE= X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:8881 Archived-At: hi, i'm using gnus 5.11 (i guess; i've installed the debian package, version 5.11+v0.5.dfsg-3). i've also installed easypg (0.0.7). in my .gnus i have: (require 'epa) (setq mml2015-use 'epg) (setq gnus-treat-x-pgp-sig t mm-verify-option 'always mm-decrypt-option 'always) if i try to sign a message, with C-c RET S o (or everything else), it fails sending the message, saying: mml1991-sign: Cannot find sign function also, gnus tries to verify all incoming messages, but without much success, it seems: i tried sending myself a mail, signing the body of the message with epa-sign-region (armored); gnus says: [[PGP Signed Part:Undecided]] which makes no sense, since i should be definitively trusted. can anybody help? is there a gnus/easypg howto? or should i use a different gnupg frontend? thanks giorgian