From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/47396 Path: main.gmane.org!not-for-mail From: David S Goldberg Newsgroups: gmane.emacs.gnus.general Subject: Re: automatic smime signing/verifying ? Date: Thu, 24 Oct 2002 10:22:06 -0400 Organization: I Yam What I Yam Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035469375 20069 80.91.224.249 (24 Oct 2002 14:22:55 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 24 Oct 2002 14:22:55 +0000 (UTC) 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 184isv-0005DX-00 for ; Thu, 24 Oct 2002 16:22:53 +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 184isw-00065l-00; Thu, 24 Oct 2002 09:22:54 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 24 Oct 2002 09:23:36 -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 JAA27023 for ; Thu, 24 Oct 2002 09:23:19 -0500 (CDT) Original-Received: (qmail 17435 invoked by alias); 24 Oct 2002 14:22:23 -0000 Original-Received: (qmail 17430 invoked from network); 24 Oct 2002 14:22:23 -0000 Original-Received: from smtpproxy1.mitre.org (192.160.51.75) by gnus.org with SMTP; 24 Oct 2002 14:22:23 -0000 Original-Received: from avsrv1.mitre.org (avsrv1.mitre.org [129.83.20.58]) by smtpproxy1.mitre.org (8.11.3/8.11.3) with ESMTP id g9OEML406104 for ; Thu, 24 Oct 2002 10:22:21 -0400 (EDT) Original-Received: from MAILHUB1 (mailhub1.mitre.org [129.83.20.31]) by smtpsrv1.mitre.org (8.11.3/8.11.3) with ESMTP id g9OEMJY08444 for ; Thu, 24 Oct 2002 10:22:19 -0400 (EDT) Original-Received: from blackbird-2k.mitre.org (129.83.3.57) by mailhub1.mitre.org with SMTP id 12007978; Thu, 24 Oct 2002 10:21:19 -0400 Original-To: The Gnus Mailing List X-Face: GUaHTH@nS>[7,ME@-gYZ4#Wl{z"99k@[[Y8AcP0x1paqu.,z9,XSV1WI>{q3f6^e5(zrit <4fV&VHhmE`uidRqtmG27;si9&r;#KSF~E#$%W8w(xdp)H4tW=\2XOk~3=@oGqqpj;m4xf Ow;y26396&,34@9#~4;@*S;E0cq"LM9N(us4P%F(Nxis'Vvfm9?KufH;:Q$dMa-QWGLR&K d0`LJZE8xb*>^yN>b]_NcU:E=Zn\1=#/(OS2 In-Reply-To: (Nicolas Kowalski's message of "Thu, 24 Oct 2002 16:05:53 +0200") User-Agent: Gnus/5.090008 (Oort Gnus v0.08) XEmacs/21.4 (Informed Management (Windows [3]), i686-pc-cygwin) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:47396 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:47396 >>>>> On Thu, 24 Oct 2002 16:05:53 +0200, Nicolas Kowalski >>>>> said: > This works well, but I would like to automate this. For example, if I > read articles in the group `mail.work', I would like Gnus to > automatically check smime signatures, and if I post from this group, > make the message buffer contain by default my smime signature. > Is this possible ? Not sure about automatically adding the mml for signing (probably can be done with message-setup-hook or something, though) but for automatic detection and verification of signatures I use: (setq mm-verify-option 'always) mm-decrypt-option 'always) It's up to you whether you only want the former, though. -- Dave Goldberg david.goldberg6@verizon.net