From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/61823 Path: news.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: IMAP to Exchange hangs: NO Connect filed: server may be down or too busy to respond Date: Wed, 01 Feb 2006 13:49:00 +0100 Message-ID: References: <867j8gfedj.fsf@PECTOPAH.shenton.org> <86wtggdsix.fsf@PECTOPAH.shenton.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138798254 13198 80.91.229.2 (1 Feb 2006 12:50:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 1 Feb 2006 12:50:54 +0000 (UTC) Cc: Original-X-From: ding-owner+m10354@lists.math.uh.edu Wed Feb 01 13:50:42 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F4HRT-0003tK-TM for ding-account@gmane.org; Wed, 01 Feb 2006 13:50:36 +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 1F4HRM-0006nS-00; Wed, 01 Feb 2006 06:50:28 -0600 Original-Received: from nas01.math.uh.edu ([129.7.128.39]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1F4HQ9-0006nN-00 for ding@lists.math.uh.edu; Wed, 01 Feb 2006 06:49:13 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas01.math.uh.edu with esmtp (Exim 4.52) id 1F4HQ7-00031E-Jf for ding@lists.math.uh.edu; Wed, 01 Feb 2006 06:49: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 1F4HQ6-0004gl-00 for ; Wed, 01 Feb 2006 13:49:10 +0100 Original-Received: from latte.josefsson.org (jas@yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.13.4/8.13.4/Debian-3) with ESMTP id k11Cn35x004375 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 1 Feb 2006 13:49:03 +0100 Original-To: Chris Shenton OpenPGP: id=B565716F; url=http://josefsson.org/key.txt X-Hashcash: 1:21:060201:chris@shenton.org::Hm2x5WqOszngrVj9:2v0c X-Hashcash: 1:21:060201:ding@gnus.org::1l2aYUx4oiYEX8LQ:6tF4 In-Reply-To: <86wtggdsix.fsf@PECTOPAH.shenton.org> (Chris Shenton's message of "Tue, 31 Jan 2006 15:57:58 -0500") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Spam-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on yxa-iv X-Virus-Scanned: ClamAV version 0.84, clamav-milter version 0.84e on yxa.extundo.com X-Virus-Status: Clean X-Spam-Score: -2.5 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:61823 Archived-At: Chris Shenton writes: > I've tried to make it avoid anything but the INBOX tree using > nnimap-list-pattern as below: > > (setq gnus-select-method > '(nnimap "hemi" ; use ~/.authinfo for user/passwd > (nnimap-address "mail01.ndc.nasa.gov") > (nnimap-stream ssl) > (nnimap-list-pattern ("INBOX")) > )) > > but *imap-log* is still showing it querying other mailbox hierarchies > including the broken one, 302 below: > > 301 STATUS "INBOX/saved/zope" (uidvalidity uidnext unseen) > 302 STATUS "Public Folders/Aelita EMW Recycle Bin" (uidvalidity uidnext unseen) > 303 STATUS "Public Folders/Internet Newsgroups" (uidvalidity uidnext unseen) > ... > 301 OK STATUS completed. > 302 NO Connect attempt failed: server may be down or too busy to respond. > > > Is gnus ignoring the list-pattern or am I missing something? Are you subscribed to that particular group? Try C-k it. > And is there a way to get gnus to recover from the "NO" response about > a group? I agree that it should recover more gracefully. Patches welcome... I'm not sure how it could be implemented though.