From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/40265 Path: main.gmane.org!not-for-mail From: "Matt Armstrong" Newsgroups: gmane.emacs.gnus.general Subject: Re: PGP support Date: Tue, 13 Nov 2001 13:43:56 -0700 Sender: owner-ding@hpc.uh.edu Message-ID: <87r8r24d0z.fsf@squeaker.lickey.com> References: <87eln2zeos.fsf@mclinux.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035175842 32412 80.91.224.250 (21 Oct 2002 04:50:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:50:42 +0000 (UTC) Return-Path: Original-Received: (qmail 6182 invoked from network); 13 Nov 2001 20:46:08 -0000 Original-Received: from malifon.math.uh.edu (129.7.128.13) by mastaler.com with SMTP; 13 Nov 2001 20:46:08 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 163kQ4-0006ha-00; Tue, 13 Nov 2001 14:44:32 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 13 Nov 2001 14:44:13 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id OAA24264 for ; Tue, 13 Nov 2001 14:43:58 -0600 (CST) Original-Received: (qmail 6142 invoked by alias); 13 Nov 2001 20:44:02 -0000 Original-Received: (qmail 6137 invoked from network); 13 Nov 2001 20:44:02 -0000 Original-Received: from hank.lickey.com (foobar@64.81.100.235) by gnus.org with SMTP; 13 Nov 2001 20:44:02 -0000 Original-Received: from squeaker.lickey.com (squeaker.lickey.com [192.168.100.10]) by hank.lickey.com (Postfix) with ESMTP id 653F6EE36 for ; Tue, 13 Nov 2001 13:44:00 -0700 (MST) Original-Received: from localhost (localhost [127.0.0.1]) by squeaker.lickey.com (Postfix) with ESMTP id 903FFBE64 for ; Tue, 13 Nov 2001 13:43:59 -0700 (MST) Original-Received: by squeaker.lickey.com (Postfix, from userid 1000) id B9785BD2C; Tue, 13 Nov 2001 13:43:58 -0700 (MST) Mail-Copies-To: never Original-To: ding@gnus.org Mail-Followup-To: ding@gnus.org Original-Lines: 27 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (i386-debian-linux-gnu) X-Delivery-Agent: TMDA v0.41/Python 1.5.2 (linux2) X-Virus-Scanned: by AMaViS snapshot-20010714 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:40265 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:40265 Josh Huber writes: > Well, did the message verify for you? > > I suspect that the message is signed first, and then encoded QP, which > would explain the QP encoding of the PGP headers. > > FWIW mutt does not do this. Does Outhouse Express support PGP > signed messages that are QP encoded like this? I didn't even realize that Simon's original post was signed. Is Gnus supposed give some kind of visual cue that the message was signed? I have this setup in .gnus, where my-save-require catches any require errors and just returns nil -- but in this case 'gpg was successfully loaded. (cond ((my-safe-require 'gpg) (setq mml2015-use 'gpg) (setq gpg-temp-directory (expand-file-name "~/.gnupg/tmp")) (setq gpg-command-default-alist (quote ((gpg . "gpg") (gpg-2comp . "gpg")))))) -- matt