From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/2978 Path: news.gmane.org!not-for-mail From: spamtrap@koldfront.dk (=?iso-8859-1?q?Adam_Sj=F8gren?=) Newsgroups: gmane.emacs.gnus.user Subject: Re: How to create/read "Security Multipart" MIME messages? Date: Tue, 09 Sep 2003 16:32:52 +0200 Organization: koldfront - analysis & revolution, Copenhagen, Denmark Message-ID: <87brtukp63.fsf@virgil.koldfront.dk> References: <87u17moydw.fsf@peti.cryp.to> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1138669223 17161 80.91.229.2 (31 Jan 2006 01:00:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:00:23 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:31:30 2006 Original-Path: quimby.gnus.org!newsfeed1.e.nsc.no!nsc.no!nextra.com!uio.no!uninett.no!news.net.uni-c.dk!sunsite.dk!news.szn.dk!news.koldfront.dk!pnx.dk!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: virgil.koldfront.dk Original-X-Trace: virgil.koldfront.dk 1063117972 19065 127.0.0.1 (9 Sep 2003 14:32:52 GMT) Original-X-Complaints-To: abuse@koldfront.dk Original-NNTP-Posting-Date: Tue, 9 Sep 2003 14:32:52 +0000 (UTC) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAMFBMVEUFCgUqRkJ3hYPEyswd KSZGa2wRHBZFWVH2+fhjbGigqaxTZl4eLB00STorODMYGRjQXChIAAACFklEQVR42o1Tv2sUQRh9 wWElzQ2CjZZpjIKCZ3NeEVazHGixW9lvsWxhs+lWObjmECZXiRbhLFLkisQmKUXyL6SxsgpscYg/ cB1wObBxfLN3ye1dXPHBwDfzzffmvW9mcGKR599PF/EBsTETjb/gpAbTbLwI/BO1VOkZuu+HVaA6 Wavg/xKv6hLVEsxa8DFdwrK3ucnaxGkN0N2pMnePLd7ZM1buvQTb7gBhyG4yCqdjcrl1KF0ucSS2 eR2OUAJa5AeDjDVS3trLIH9riAAoILX219WdGEmrPep/Iq00xbXR3bL1/mt133zez72vL1iajlT/ 7RAliX9dDbZv7uS99S0zbKnmOP+GEAIS/kOlDkNEm3tKDXa1pkhhVTgwj1pqe2WkVP9GTmWUGMiQ 6kJspi1F7HsBnBjSKm9QndFPzfMD1e7dlo7RAoKiI1e6wsXPXDV3vdUjugPGpPJESSkfH2VFB5e2 SJFE9Acv8Tzd+BE0Nqg8fONynxtA+HClcY3m4rOrGqsb3JnB8Uhl2C9Jl96Ddu9LWwciFLrQnbKd hWaM5NeomSGOyhpJKsTFNB5Tp8ewA5HQQWMeR1a3dCNOeIbrcFbQkUtLvIesdGFD0J2NpacxieDo iBdcSDiGjZnAcKZh2FVj93D/lRqg+mwszv/HkxrUU9VWrNUA6fFFlIcvaprj7DvP3vj5eorlLzZb v5iwxLb2DyWRxioy3owOAAAAAElFTkSuQmCC User-Agent: Gnus/5.1002 (Gnus v5.10.2) XEmacs/21.4 (Rational FORTRAN, linux) Cancel-Lock: sha1:dPbXgHOgmtO3+EVFTuQZ2HLO6Mg= Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:3119 Original-Lines: 47 X-Gnus-Article-Number: 3119 Tue Jan 17 17:31:30 2006 Xref: news.gmane.org gmane.emacs.gnus.user:2978 Archived-At: On 09 Sep 2003 16:00:11 +0200, Peter wrote: > I wonder whether anyone has succeeded in configuring GNUS to create > and read e-mail, which is PGP-encrypted according to the "Security > Multiparts for MIME" format described in RFC 1847? (That's the > encrypted-message format used by Mutt, among others.) I'm using these lines in my ~/.gnus to communicate encrypted with a friend who uses mutt. We both use GnuPG: (require 'gpg) (setq mml2015-use 'gpg) (setq gpg-temp-directory (expand-file-name "~/.gnupg/tmp")) (setq gpg-command-default-alist (quote ((gpg . "gpg") (gpg-2comp . "gpg")))) (setq mm-verify-option 'known) (setq mm-decrypt-option 'known) (setq gpg-passphrase-timeout 36000) ; Ten hours (setq gnus-buttonized-mime-types '("multipart/signed" "multipart/encrypted")) In my ~/.xemacs/init.el, I've got (along with other bbdb-configuration): (require 'bbdb-pgp) and in bbdb his entry I've added a field like this: pgp-mail: encrypt so that Gnus automatically encrypts email to him. Disclaimer: This was set up quite a while ago - with kind assistance from this group - some things may have changed in the meantime, so perhaps some of the above is not needed or not recommended anymore. It works for me, though. Best regards, Adam P.S. I think you'd better try getting Gnus - rather than GNUS - to handle this for you. -- "Vilken sanning, Måns, är sann?" Adam Sjøgren asjo@koldfront.dk