From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/33204 Path: main.gmane.org!not-for-mail From: ShengHuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: S/MIME Date: 05 Nov 2000 08:36:14 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <2n3dh6o81d.fsf@tiger.jia.vnet> References: <873dhbz5be.fsf@cenderis.demon.co.uk> <2n4s1n3rez.fsf@tiger.jia.vnet> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035169352 23827 80.91.224.250 (21 Oct 2002 03:02:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:02:32 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by mailhost.sclp.com (Postfix) with ESMTP id 86109D049A for ; Sun, 5 Nov 2000 08:36:37 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id HAB05076; Sun, 5 Nov 2000 07:36:21 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 05 Nov 2000 07:35:45 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id HAA05312 for ; Sun, 5 Nov 2000 07:35:34 -0600 (CST) Original-Received: from zsh.2y.net (unknown [24.24.41.37]) by mailhost.sclp.com (Postfix) with ESMTP id 110B8D049A for ; Sun, 5 Nov 2000 08:36:01 -0500 (EST) Original-Received: (from zsh@localhost) by zsh.2y.net (8.10.0/8.10.0) id eA5DaEV15756; Sun, 5 Nov 2000 08:36:14 -0500 Original-To: ding@gnus.org X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q In-Reply-To: Original-Lines: 36 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:33204 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:33204 Simon Josefsson writes: > Right. I added mm-handle-multipart-* to get information of a MIME > multipart, and it's used by mml-smime-verify now. What do you think, > is the copying too costly? What kind of information mml-smime-verify needs? CTL, From and To? > I think the proper solution would be to add a reference to the "upper" > MIME object within a MIME handle. I'm not sure how to do that in > elisp though. The uppermost MIME handle should also include a > reference to the RFC822 article headers too, because the "From:" line > should be verified to match the certificate used to sign a message. "From:" line could be saved in a dynamic variable when mm-dissect-buffer is called without no-strict-mime, like what I did in PGP/MIME encryption. > Also, what should happen when verification fails? For S/MIME it print > a message saying if the verification was successful or not, PGP/MIME > doesn't seem to print anything, and display a *MML2015* buffer if the > verification fail. Neither is very intuitive if you got 100 signed > parts in a mail. I think it would be nice if verification/decryption > status was displayed such as > [text/plain; signed (S/MIME): Undecided] > [text/plain; signed (S/MIME): OK] > [text/plain; signed (S/MIME): Failed] > > and you could pop up the menu and get some kind of "Security info" for > that MIME part, with more details. It sounds good to me. I suggest to forge attributes `gnus-info' and `gnus-details' in content-disposition. ShengHuo