From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/30315 Path: main.gmane.org!not-for-mail From: Chris Brierley Newsgroups: gmane.emacs.gnus.general Subject: Re: .authinfo support broken in Gnus 5.8.5? Date: 24 Apr 2000 17:06:01 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035166871 7805 80.91.224.250 (21 Oct 2002 02:21:11 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:21:11 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id E677ED051E for ; Mon, 24 Apr 2000 17:06:18 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id QAB18339; Mon, 24 Apr 2000 16:06:18 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 24 Apr 2000 16:05:48 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id QAA21651 for ; Mon, 24 Apr 2000 16:05:38 -0500 (CDT) Original-Received: from optical.mindstorm.com (optical.mindstorm.com [209.113.156.7]) by mailhost.sclp.com (Postfix) with ESMTP id 319C4D051E for ; Mon, 24 Apr 2000 17:05:54 -0400 (EDT) Original-Received: from OUTLAND.pobox.com (localhost [127.0.0.1]) by optical.mindstorm.com (MindstorM/MindstorM) with ESMTP id RAA08174 for ; Mon, 24 Apr 2000 17:05:46 -0400 Original-To: ding@gnus.org In-Reply-To: Steve Harris's message of "24 Apr 2000 12:50:26 -0700" Original-Lines: 25 User-Agent: Gnus/5.0805 (Gnus v5.8.5) Emacs/20.6 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:30315 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:30315 On 2000-04-24, Steve Harris wrote: > Has anyone else noticed this? I've noticed this as well. I note in the ChangeLog that gnus-netrc-machine was changed. My WAG is that that's what's broken as, for me, this problem is effecting nntp and nnimap servers. In fact, let me check ... Yeah. Here's a test with 5.8.5 which fails and 5.8.4 which works: ,-----[ *scratch* transcript with 5.8.5 | (setq fard (gnus-parse-netrc "~/.authinfo")) | ((("machine" . "personal") ("login" . "foobar"))) | (gnus-netrc-machine fard "personal") | nil `----- ,-----[ *scratch* transcript with 5.8.4 | (setq fard (gnus-parse-netrc "~/.authinfo")) | ((("machine" . "personal") ("login" . "foobar"))) | (gnus-netrc-machine fard "personal") | (("machine" . "personal") ("login" . "foobar")) `-----