From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/22497 Path: main.gmane.org!not-for-mail From: wmperry@aventail.com (William M. Perry) Newsgroups: gmane.emacs.gnus.general Subject: Re: Once again: PGnus & PGP Date: 17 Apr 1999 07:16:12 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <86676vo31v.fsf@kramer.bp.aventail.com> References: <19990407183048.A29643@diabolo.ndh.net> <99Apr8.153506edt.13862-3@gateway.intersys.com> <19990411162758.A11034@diabolo.ndh.net> Reply-To: wmperry@aventail.com NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035160406 29610 80.91.224.250 (21 Oct 2002 00:33:26 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:33:26 +0000 (UTC) Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id IAA27334 for ; Sat, 17 Apr 1999 08:15:22 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id HAB12988; Sat, 17 Apr 1999 07:14:37 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 17 Apr 1999 07:15:07 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id HAA07019 for ; Sat, 17 Apr 1999 07:14:57 -0500 (CDT) Original-Received: from slow.bp.aventail.com (usrpri2-14.kiva.net [206.97.75.79]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id IAA27174 for ; Sat, 17 Apr 1999 08:14:50 -0400 (EDT) Original-Received: from kramer.aventail.com (kramer.bp.aventail.com [192.168.2.2]) by slow.bp.aventail.com (8.8.5/8.8.5) with ESMTP id HAA06185 for ; Sat, 17 Apr 1999 07:14:41 -0700 Original-Received: (from wmperry@localhost) by kramer.aventail.com (8.8.7/8.8.7) id HAA04249; Sat, 17 Apr 1999 07:16:12 -0500 Original-To: ding@gnus.org X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7 writes: > Stefanie Teufel writes: > > > Okay, but to come back to my initial question: How can I persuade pgnus > > to decrypt those weird mutt-pgp/MIME Messages? > > Well, it should be pretty easy to do -- we add a handler for > multpart/signed, and let an external decrypter/verifyer handle it. (I > can't do it in Gnus itself, since that would be illegal.) Er. But that > would mean that I have to add a general mechanism for handling > multipart/* stuff, which I probably should do anyway, so I'll just do > that right away. Make it able to be done by any arbitrary elisp function. From the point of view of the NSA, having an external function or a DLL/script do the munging is equivalent. It is still a 'hook' for some 3rd party to do the encryption. Technically, ssl.el is illegal. :) Remember, the NSA made the NCSA Mosaic guys take out there PGP & HTTP hybrid because they used an external process to deal with it. -Bill P.