From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59682 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: OpenPgp headers in Gnus Date: Sun, 30 Jan 2005 20:11:18 +0100 Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1107112539 13960 80.91.229.6 (30 Jan 2005 19:15:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 30 Jan 2005 19:15:39 +0000 (UTC) Original-X-From: ding-owner+M8222@lists.math.uh.edu Sun Jan 30 20:15:31 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CvKXi-0005C6-00 for ; Sun, 30 Jan 2005 20:15:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1CvKUm-00068U-00; Sun, 30 Jan 2005 13:12:28 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1CvKUd-00068M-00 for ding@lists.math.uh.edu; Sun, 30 Jan 2005 13:12:19 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1CvKUX-0004Cb-5C for ding@lists.math.uh.edu; Sun, 30 Jan 2005 13:12:13 -0600 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net ([217.13.230.178] helo=yxa.extundo.com) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1CvKUP-0001pK-00 for ; Sun, 30 Jan 2005 20:12:05 +0100 Original-Received: from latte.josefsson.org (c494102a.s-bi.bostream.se [217.215.27.65]) (authenticated bits=0) by yxa.extundo.com (8.13.2/8.13.2/Debian-1) with ESMTP id j0UJBc04010437 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 30 Jan 2005 20:11:47 +0100 Original-To: ding@gnus.org OpenPGP: id=B565716F; url=http://josefsson.org/key.txt X-Hashcash: 1:21:050130:ding@gnus.org::QwRljSm72AKOsDeR:1M1P In-Reply-To: (Xavier Maillard's message of "Sun, 30 Jan 2005 18:17:18 +0100") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) X-Virus-Scanned: ClamAV 0.80/691/Sat Jan 29 15:58:52 2005 clamav-milter version 0.80j on yxa.extundo.com X-Virus-Status: Clean Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: main.gmane.org gmane.emacs.gnus.general:59682 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59682 Xavier Maillard writes: > Hello, > > I was discussing Gpg with people and we felt on Gpg headers that > was all but not standardized. > > I clearly remember something had been initiated I think by Simon > but I can't remember when and what it did consist on. There is . > May someone refresh my brain and give hints on how to deal with > it with: > > 1. my Gnus (CVS freshly updated) > 2. other MUAs > > The trick is for me to add the headers and see how I can play > with their meanings automatically. On the page above, there is a link to some Gnus discussions. Based on that discussion, I'm now using: '(gnus-posting-styles (quote ((".*" ("OpenPGP" "id=B565716F; url=http://josefsson.org/key.txt")) ... '(message-hidden-headers (quote ("^OpenPGP:"))) Which seems to work. Clicking on the URL in the OpenPGP header in this message should retrieve and add my key to your key ring with Gnus CVS.