From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/40414 Path: main.gmane.org!not-for-mail From: "Matt Armstrong" Newsgroups: gmane.emacs.gnus.general Subject: Re: gpg-ring.el/gpg.el? Date: Mon, 19 Nov 2001 12:18:14 -0700 Sender: owner-ding@hpc.uh.edu Message-ID: <87snbalgcp.fsf@squeaker.lickey.com> References: <87k7wqjzvo.fsf@mclinux.com> <87lmh6mm62.fsf@squeaker.lickey.com> <87bshyvm55.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 1035175967 778 80.91.224.250 (21 Oct 2002 04:52:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:52:47 +0000 (UTC) Return-Path: Original-Received: (qmail 5545 invoked from network); 19 Nov 2001 19:26:14 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 19 Nov 2001 19:26:14 -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 165twX-0005aF-00; Mon, 19 Nov 2001 13:18:58 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 19 Nov 2001 13:18:41 -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 NAA05827 for ; Mon, 19 Nov 2001 13:18:28 -0600 (CST) Original-Received: (qmail 5377 invoked by alias); 19 Nov 2001 19:18:20 -0000 Original-Received: (qmail 5372 invoked from network); 19 Nov 2001 19:18:20 -0000 Original-Received: from hank.lickey.com (sigsegv@64.81.100.235) by gnus.org with SMTP; 19 Nov 2001 19:18:20 -0000 Original-Received: from squeaker.lickey.com (squeaker.lickey.com [192.168.100.10]) by hank.lickey.com (Postfix) with ESMTP id 3DF19EE2B for ; Mon, 19 Nov 2001 12:18:19 -0700 (MST) Original-Received: from localhost (localhost [127.0.0.1]) by squeaker.lickey.com (Postfix) with ESMTP id 6203CBFE9 for ; Mon, 19 Nov 2001 12:18:18 -0700 (MST) Original-Received: by squeaker.lickey.com (Postfix, from userid 1000) id 1643CBFC6; Mon, 19 Nov 2001 12:18:17 -0700 (MST) Mail-Copies-To: never Original-To: ding@gnus.org Mail-Followup-To: ding@gnus.org In-Reply-To: <87bshyvm55.fsf@mclinux.com> (Josh Huber's message of "Mon, 19 Nov 2001 10:03:02 -0500") Original-Lines: 18 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:40414 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:40414 Josh Huber writes: > I think we need some kind of flag to instruct MML to do the right > thing, at sending time. Perhaps a new MML tag? > > <$secure type=(sign|encrypt|encryptsign) mode=(pgp1991|pgp2015|smime)> I like the idea of a meta-tag that has global effect for all mml tags in the message (perhaps with the caveat that if the tag already has a sign attribute, it is left alone). It could be done during a pre-processing run -- if a $secure tag is found anywhere in the message, delete it and set the "sign" attribute on all mml tags in the message as appropriate, wrapping the message in an explicit multipart/mixed tag first if appropriate. -- matt