From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/55130 Path: main.gmane.org!not-for-mail From: Lloyd Zusman Newsgroups: gmane.emacs.gnus.general Subject: Re: Encrypting outgoing message but not Gcc? Date: Sun, 07 Dec 2003 11:50:14 -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 1070815879 30364 80.91.224.253 (7 Dec 2003 16:51:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 7 Dec 2003 16:51:19 +0000 (UTC) Original-X-From: ding-owner+M3670@lists.math.uh.edu Sun Dec 07 17:51:16 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 1AT27o-0002kd-00 for ; Sun, 07 Dec 2003 17:51:16 +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 1AT27e-0001VF-00; Sun, 07 Dec 2003 10:51:06 -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 1AT27Z-0001VA-00 for ding@lists.math.uh.edu; Sun, 07 Dec 2003 10:51:01 -0600 Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by justine.libertine.org (Postfix) with ESMTP id 5DA883A0040 for ; Sun, 7 Dec 2003 10:51:01 -0600 (CST) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AT27Y-0001Sl-00 for ; Sun, 07 Dec 2003 17:51: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 1AT27X-0001Sd-00 for ; Sun, 07 Dec 2003 17:50:59 +0100 Original-Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AT27X-0007t6-00 for ; Sun, 07 Dec 2003 17:50:59 +0100 Original-Lines: 29 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:ouCLrNKrjN7NIEtTFHv/oLhS9c8= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:55130 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:55130 Simon Josefsson writes: > Lloyd Zusman writes: > >> Is there a way to configure Gnus to encrypt an outgoing message, but not >> its Gcc? > > It should be easy to add that functionality by writing a function, > similar to mml-tweak-externalize-attachments, and it to > mml-tweak-sexp-alist. Thanks. I've looked through mml.el, and I get the general idea about `mml-tweak-sexp-alist'. However, I don't know enough about the internal logic of this whole mml thing to see how this can be used to prevent encryption of messages destined to Gcc. Specifically, I have the following questions: 1. When the specifed sexp is being invoked, what variables do I look at which will tell me that the part is on its way to a Gcc destination, as opposed to somewhere else? 2. Once I determine the answer to number 1, what should this sexp do to tell the mml system not to do any encryption on this part? -- Lloyd Zusman ljz@asfast.com