From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/54132 Path: main.gmane.org!not-for-mail From: Michael Shields Newsgroups: gmane.emacs.gnus.general Subject: Change default keyserver to subkeys.pgp.net Date: Wed, 01 Oct 2003 16:38:05 +0000 Organization: Mad Science Research Labs Sender: ding-owner@lists.math.uh.edu Message-ID: <87ad8krk0i.fsf@mulligatwani.msrl.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1065026330 31085 80.91.224.253 (1 Oct 2003 16:38:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 1 Oct 2003 16:38:50 +0000 (UTC) Cc: ueno@unixuser.org Original-X-From: ding-owner+M2673@lists.math.uh.edu Wed Oct 01 18:38:48 2003 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 1A4jzz-0002jN-00 for ; Wed, 01 Oct 2003 18:38:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1A4jzX-0004MH-00; Wed, 01 Oct 2003 11:38:19 -0500 Original-Received: from justine.libertine.org ([66.139.78.221]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1A4jzT-0004MC-00 for ding@lists.math.uh.edu; Wed, 01 Oct 2003 11:38:15 -0500 Original-Received: from challah.msrl.com (challah.msrl.com [198.137.194.222]) by justine.libertine.org (Postfix) with ESMTP id 02B7E3A004D for ; Wed, 1 Oct 2003 11:38:11 -0500 (CDT) Original-Received: (qmail 8051 invoked from network); 1 Oct 2003 16:38:06 -0000 Original-Received: from localhost (HELO mulligatwani.msrl.com) (127.0.0.1) by localhost with SMTP; 1 Oct 2003 16:38:06 -0000 Original-To: ding Original-Lines: 28 User-Agent: Gnus/5.1003 (Gnus v5.10.3) XEmacs/21.4 (Portable Code, linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:54132 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:54132 Many of the keyservers found at wwwkeys.pgp.net have bugs with subkey handling and will mangle them in some way. The alias subkeys.pgp.net is available as a set of keyservers that are running corrected software, and it is widely recommended by keyserver operators that default server settings be changed to subkeys.pgp.net. One reference is: http://www.mail-archive.com/cryptography@metzdowd.com/msg00317.html Index: pgg-def.el =================================================================== RCS file: /usr/local/cvsroot/gnus/lisp/pgg-def.el,v retrieving revision 6.4 diff -u -r6.4 pgg-def.el --- pgg-def.el 20 Apr 2003 11:53:15 -0000 6.4 +++ pgg-def.el 1 Oct 2003 16:33:36 -0000 @@ -43,7 +43,7 @@ :group 'pgg :type 'string) -(defcustom pgg-default-keyserver-address "wwwkeys.pgp.net" +(defcustom pgg-default-keyserver-address "subkeys.pgp.net" "Host name of keyserver." :group 'pgg :type 'string) -- Shields.