From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/46338 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: How does one pgp/mime encrypt to different recipients? Date: Mon, 02 Sep 2002 22:07:11 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: <874rd844xt.fsf@athene.jamux.com> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1030997216 13051 127.0.0.1 (2 Sep 2002 20:06:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 2 Sep 2002 20:06:56 +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 17lxTL-0003OO-00 for ; Mon, 02 Sep 2002 22:06:55 +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 17lxU1-0004SP-00; Mon, 02 Sep 2002 15:07:37 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 02 Sep 2002 15:08:12 -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 PAA23681 for ; Mon, 2 Sep 2002 15:07:59 -0500 (CDT) Original-Received: (qmail 8750 invoked by alias); 2 Sep 2002 20:07:17 -0000 Original-Received: (qmail 8745 invoked from network); 2 Sep 2002 20:07:17 -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; 2 Sep 2002 20:07:17 -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 g82K7Dn3026852 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Mon, 2 Sep 2002 22:07:13 +0200 Original-To: jam@jamux.com (John A. Martin) Mail-Copies-To: nobody X-Hashcash: 0:020902:jam@jamux.com:a6312d67d9ea255d X-Hashcash: 0:020902:ding@gnus.org:4c4bed0b80f8f6b6 In-Reply-To: <874rd844xt.fsf@athene.jamux.com> (jam@jamux.com's message of "Mon, 02 Sep 2002 14:33:34 -0400") Original-Lines: 11 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:46338 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:46338 jam@jamux.com (John A. Martin) writes: > How does one encrypt mail to key user-ids other than those > auto-detected from the To/CC headers? The old per-part MML tags `recipients' and `sender' works: <#multipart encrypt=pgpmime recipients=foo@bar.com> but they doesn't seem to work in the new <#secure> tag. I'm not sure why.