From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59947 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap fails to fetch some articles Date: Sat, 05 Mar 2005 12:00:27 +0100 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1110020391 4336 80.91.229.2 (5 Mar 2005 10:59:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 5 Mar 2005 10:59:51 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M8488@lists.math.uh.edu Sat Mar 05 11:59:51 2005 Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by ciao.gmane.org with esmtp (Exim 4.43) id 1D7X0K-000189-7U for ding-account@gmane.org; Sat, 05 Mar 2005 11:59:28 +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 1D7X1p-0002DH-00; Sat, 05 Mar 2005 05:01:01 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1D7X1g-0002D9-00 for ding@lists.math.uh.edu; Sat, 05 Mar 2005 05:00:52 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1D7X1d-0001rW-Lx for ding@lists.math.uh.edu; Sat, 05 Mar 2005 05:00:49 -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 1D7X1c-0006k4-00 for ; Sat, 05 Mar 2005 12:00:48 +0100 Original-Received: from latte.josefsson.org (c494102a.s-bi.bostream.se [217.215.27.65]) (authenticated bits=0) by yxa.extundo.com (8.13.3/8.13.3/Debian-6) with ESMTP id j25B0fgH010722 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 5 Mar 2005 12:00:42 +0100 Original-To: Bjorn Solberg OpenPGP: id=B565716F; url=http://josefsson.org/key.txt X-Hashcash: 1:21:050305:ding@gnus.org::MaocY9K9sqbYeJfk:0UKh X-Hashcash: 1:21:050305:bjorn_ding@hekneby.org::6N0kWVTCRn8t5bgX:9NEB In-Reply-To: (Bjorn Solberg's message of "Fri, 04 Mar 2005 16:47:17 -0800") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux) X-Spam-Status: No, score=0.1 required=5.0 tests=FORGED_RCVD_HELO autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on yxa-iv X-Virus-Scanned: ClamAV version 0.81, clamav-milter version 0.81b on yxa.extundo.com X-Virus-Status: Clean X-Spam-Score: -4.9 (----) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu X-MailScanner-From: ding-owner+m8488@lists.math.uh.edu X-MailScanner-To: ding-account@gmane.org Xref: main.gmane.org gmane.emacs.gnus.general:59947 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59947 Bjorn Solberg writes: > When I do 5 RET to fetch the last 5 messages, I consistently only get 3, > missing some in-between: It's getting N-3, N-1 and N, skipping N-4 and > N-2. > > If I fetch the last 6 messages, it skips N-5 in addition. > > If I fetch the last 7 messages, it skips the same as for 6 but fetches > message# N-6. > > The full *imap-log* is 800 lines long for the 5 RET, see below for the > last 400+ lines. It looks like it's issuing the correct command, "UID > FETCH 780:784 [...]" but for some reason it doesn't display the first and > third of those last 5 messages. I didn't spot any problem in the IMAP log. After you have entered the group with 5 RET, what is in the " *nntpd*" buffer? Note leading SPC. One idea is that the IMAP parser doesn't understand the responses and skip the article, in that case the *nntpd* buffer would only contain the information from three of the articles.