From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/47071 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Problems with PGG and method=pgp mode=sign Date: Wed, 09 Oct 2002 23:53:10 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1034200529 16340 127.0.0.1 (9 Oct 2002 21:55:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 9 Oct 2002 21:55:29 +0000 (UTC) Cc: ding@gnus.org Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17zOng-0004FH-00 for ; Wed, 09 Oct 2002 23:55:28 +0200 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 17zOlo-0000F4-00; Wed, 09 Oct 2002 16:53:32 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 09 Oct 2002 16:54:13 -0500 (CDT) 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 QAA17527 for ; Wed, 9 Oct 2002 16:54:01 -0500 (CDT) Original-Received: (qmail 23313 invoked by alias); 9 Oct 2002 21:53:13 -0000 Original-Received: (qmail 23308 invoked from network); 9 Oct 2002 21:53:13 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by gnus.org with SMTP; 9 Oct 2002 21:53:13 -0000 Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.6/8.12.6) with ESMTP id g99LrBFt011063; Wed, 9 Oct 2002 23:53:11 +0200 Original-To: Raymond Scholz Mail-Copies-To: nobody X-Hashcash: 0:021009:rscholz@zonix.de:f3bc48ced300e2bb X-Hashcash: 0:021009:ding@gnus.org:1910a9cef469a5f7 In-Reply-To: (Raymond Scholz's message of "Sat, 05 Oct 2002 15:32:53 +0200") User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:47071 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:47071 Raymond Scholz writes: > * Simon Josefsson wrote: > >> I couldn't reproduce it, but I modified the QP handling of RFC 1991 >> messages somewhat. Let's see if this message looks OK. > > Some mails I just sent with "method=pgp mode=sign" did verify. So > I'll try news now... > > Oops, > > Debugger entered--Lisp error: (error "Sending...failed to No recipient addresses found in header; ") > signal(error ("Sending...failed to No recipient addresses found in header; ")) > error("Sending...failed to %s" "No recipient addresses found in header; ") > message-send-mail-with-sendmail() > message-send-mail(nil) > message-send-via-mail(nil) > message-send(nil) > message-send-and-exit(nil) > > This message is composed with 'F' in NNTP group gnus.ding. The > headers are: This seems unrelated to PGG to me -- if you remove the MML tag for PGP, can you post? Hm. If you C-u preview the mail, does it contain all headers? Perhaps the code somehow alters the original headers. > While we're at it: > > I was trying to send a PGP signed mail from my drafts folder and got > the following backtrace: > > Debugger entered--Lisp error: (void-variable pgg-gpg-user-id) > pgg-gpg-encrypt-region(1 501 ("rscholz@zonix.de") nil) > funcall(pgg-gpg-encrypt-region 1 501 ("rscholz@zonix.de") nil) > apply(funcall pgg-gpg-encrypt-region (1 501 ("rscholz@zonix.de") nil)) > pgg-invoke("encrypt-region" gpg 1 501 ("rscholz@zonix.de") nil) > pgg-encrypt-region(1 501 ("rscholz@zonix.de")) Fixed, thanks.