From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/55113 Path: main.gmane.org!not-for-mail From: Lloyd Zusman Newsgroups: gmane.emacs.gnus.general Subject: Re: Encrypting outgoing message but not Gcc? Date: Sat, 06 Dec 2003 12:58:11 -0500 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1070733684 15150 80.91.224.253 (6 Dec 2003 18:01:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 6 Dec 2003 18:01:24 +0000 (UTC) Original-X-From: ding-owner+M3653@lists.math.uh.edu Sat Dec 06 19:01:22 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ASgk6-0005nF-00 for ; Sat, 06 Dec 2003 19:01:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1ASgju-0004fn-00; Sat, 06 Dec 2003 12:01:10 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1ASgjm-0004fh-00 for ding@lists.math.uh.edu; Sat, 06 Dec 2003 12:01:02 -0600 Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by justine.libertine.org (Postfix) with ESMTP id AEFBF3A007A for ; Sat, 6 Dec 2003 12:01:01 -0600 (CST) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1ASgjk-0007gi-00 for ; Sat, 06 Dec 2003 19:01:00 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ASgji-0007gY-00 for ; Sat, 06 Dec 2003 19:00:58 +0100 Original-Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1ASgji-0003vY-00 for ; Sat, 06 Dec 2003 19:00:58 +0100 Original-Lines: 64 Original-X-Complaints-To: usenet@sea.gmane.org User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.2 (gnu/linux) Cancel-Lock: sha1:RcKc51fzKvRUZs5EOJoI7gmDQjk= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:55113 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:55113 Reiner Steib <4.uce.03.r.s@nurfuerspam.de> writes: > On Sat, Dec 06 2003, Lloyd Zusman wrote: > >> I Gcc messages to an archive group, and unless I have the >> recipient's private key, I can't view the archived message if it's >> been encrypted. > > ,----[ C-h v pgg-encrypt-for-me RET ] > | pgg-encrypt-for-me's value is t > | > | Documentation: > | If t, encrypt all outgoing messages with user's public key. > `---- > > The default value has bee changed to `t' recently (2003-11-10). > > Bye, Reiner. Thank you. My last previous update was before 11/10. I just now got the latest gnus from CVS, and I see this setting. This helps, but it isn't quite what I want, either. Here's a typical situation of mine: I have a hypothetical user's public key in my key ring. Suppose this user's address is `hypo@thetical.us'. I want to send an encrypted message to that user, and I want a copy of that message to be archived locally. I use the following to do so: Gcc: nnml+archive:email-archive I write the message to hypo@thetical.us and I enter `C-c C-m c o' (mml-secure-message-encrypt-pgp) to flag it to be digitally encrypted via GPG. I then invoke `C-c C-c' (message-send-and-exit). I get prompted for the passphrase, and the message gets sent and archived (with a second passphrase prompt). Here's what I want to occur: - The message goes to hypo@thetical.us encrypted by her public key. - The message goes into nnml+archive:email-archive, either not encrypted at all (my preferred choice), or at worst case, encrypted with _my_ public key. I just tested this using today's latest CVS, and the outgoing message _and_ the Gcc are both encrypted with the the _recipient's_ public key (I need the recipient password to view the message in my nnml archive). But even if I correct this, my preferred outcome is that the Gcc does not get encrypted at all. Is there any way to do this? Thanks again, in advance. -- Lloyd Zusman ljz@asfast.com