From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/83805 Path: news.gmane.org!not-for-mail From: Melleus Newsgroups: gmane.emacs.gnus.general Subject: Gnus looses IMAP server Date: Wed, 09 Oct 2013 00:37:28 +0300 Message-ID: <87d2nf8mw7.fsf@hornet.workgroup> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1381270726 4850 80.91.229.3 (8 Oct 2013 22:18:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 8 Oct 2013 22:18:46 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M32061@lists.math.uh.edu Wed Oct 09 00:18:48 2013 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VTfc6-0008No-PT for ding-account@gmane.org; Wed, 09 Oct 2013 00:18:47 +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 1VTfbb-0007Di-74; Tue, 08 Oct 2013 17:18:15 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1VTf1A-00073z-Fr for ding@lists.math.uh.edu; Tue, 08 Oct 2013 16:40:36 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1VTf19-0001KZ-7r for ding@lists.math.uh.edu; Tue, 08 Oct 2013 16:40:35 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1VTf0c-0005BI-G2 for ding@gnus.org; Tue, 08 Oct 2013 23:40:12 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VTf0c-0005Je-E5 for ding@gnus.org; Tue, 08 Oct 2013 23:40:02 +0200 Original-Received: from 109.87.123.72 ([109.87.123.72]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Oct 2013 23:40:02 +0200 Original-Received: from melleus by 109.87.123.72 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Oct 2013 23:40:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 22 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 109.87.123.72 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:2eLDxESw/13HkK/ve9sNXDgqTsY= X-Spam-Score: 2.5 (++) X-Spam-Report: SpamAssassin (3.3.1 2010-03-16) analysis follows Bayesian score: 0.0000 Ham tokens: 0.000-2350--14863h-0s--0d--H*u:Emacs, 0.000-16--95h-0s--0d--H*u:gnu, 0.000-16--95h-0s--0d--H*UA:gnu, 0.000-16--95h-0s--0d--H*UA:linux, 0.000-16--95h-0s--0d--H*u:linux Spam tokens: 0.990-11978--690h-60441s--0d--HTo:D*gnus.org, 0.990-12437--731h-62830s--0d--H*RU:quimby.gnus.org, 0.990-12437--731h-62830s--0d--HX-Spam-Relays-External:quimby.gnus.org, 0.988-12256--913h-62832s--0d--H*RT:80.91.231.51, 0.988-12256--913h-62832s--0d--H*RT:quimby.gnus.org Autolearn status: no -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [80.91.229.3 listed in list.dnswl.org] 2.8 FSL_HELO_BARE_IP_2 FSL_HELO_BARE_IP_2 0.8 DKIM_ADSP_ALL No valid author signature, domain signs all mail 1.2 RCVD_NUMERIC_HELO Received: contains an IP address used for HELO -0.3 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:83805 Archived-At: I use Gnus with multiple imap setup for my e-mail and it used to work somehow. But resently one of IMAP servers began to work just only for some time after starting Gnus. After that I get following errors (in my Message buffer): gnus-select-newsgroup: Couldn't open server Opening nnimap server on bla.bla... Server nnimap+bla.bla previously determined to be down; not retrying Opening nnimap server on bla.bla...failed: *nnimap*<4> connection broken by remote peer Note: bla.bla is IMAP server URL. All other IMAP servers (four of them) work OK. And I ought to restart Emacs to get the broken IMAP server work again for some time (I mean restarting only Gnus is not enough). Is there a way to make Gnus not loosing connection or retry it without restarting Emacs and Gnus at least? I use Gnus v 5.13 from Debian repositories. Thank you.