From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/71823 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: [gnus git] Add ~/.authinfo to the default, since that's probably most useful for users. Date: Sun, 26 Sep 2010 07:27:48 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87tylc1ygr.fsf@lifelogs.com> References: <87iq238tgr.fsf@lifelogs.com> <87fwx56tau.fsf@lifelogs.com> <87fwx4h2xt.fsf@lifelogs.com> <87pqw2kn1g.fsf@hillenius.net> <87hbhd5034.fsf@lifelogs.com> <87mxr46gv9.fsf@hillenius.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1285504081 5366 80.91.229.12 (26 Sep 2010 12:28:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 26 Sep 2010 12:28:01 +0000 (UTC) Cc: Ding Mailing List To: Gijs Hillenius Original-X-From: ding-owner+M20196@lists.math.uh.edu Sun Sep 26 14:28:00 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OzqKl-00006A-1A for ding-account@gmane.org; Sun, 26 Sep 2010 14:27:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1OzqKg-0005gp-Vt; Sun, 26 Sep 2010 07:27:55 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1OzqKf-0005ga-At for ding@lists.math.uh.edu; Sun, 26 Sep 2010 07:27:53 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1OzqKe-0006Fn-83 for ding@lists.math.uh.edu; Sun, 26 Sep 2010 07:27:53 -0500 Original-Received: from blockstar.com ([208.100.47.114] helo=mail.blockstar.com) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1OzqKd-0005ia-00 for ; Sun, 26 Sep 2010 14:27:51 +0200 Original-Received: from heechee (c-24-14-16-248.hsd1.il.comcast.net [24.14.16.248]) by mail.blockstar.com (Postfix) with ESMTP id 7F956A68C00; Sun, 26 Sep 2010 07:27:52 -0500 (CDT) X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" In-Reply-To: <87mxr46gv9.fsf@hillenius.net> (Gijs Hillenius's message of "Sun, 26 Sep 2010 10:36:42 +0200") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:71823 Archived-At: On Sun, 26 Sep 2010 10:36:42 +0200 Gijs Hillenius wrote: GH> Doing this off-list, hope that is ok. i'll bring it there when I feel GH> confident my contribution is useful. No, please use the ding list. I use GMane so if you send me e-mail I may not notice it for a while, and you'll feel ignored :) I've done that unintentionally to a few people already. So I hope you don't mind but I've cc-ed ding back. GH> Yet, just now, all of a sudden, I realised: GH> In *Messages* I get: GH> Opening TLS connection to `mail.hillenius.net'... GH> Opening TLS connection with `gnutls-cli -p imaps mail.hillenius.net'...failed GH> Opening TLS connection with `gnutls-cli -p imaps mail.hillenius.net --protocols ssl3'...failed GH> Opening TLS connection with `openssl s_client -connect mail.hillenius.net:imaps -no_ssl2 -ign_eof'...done GH> That is two fails and a 'error but I'll ignore it". Could *that* explain GH> why my .authinfo.gpg gets accessed *three* times? So far my explanation GH> was that I'm accessing /three/ servers, a) xs4all 4 news, b) GH> hillenius.net 4 mail and c) gmane 4 ding... It should get opened once per server+port combination. But even that's not necessary: we should look at the file age and know if it needs to be reopened in auth-source. I want to fix the auth-source issues you and others have reported, now that the (broken) GnuTLS support is checked in, so I'll work on that over the next few days. Ted