From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/61525 Path: news.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: error in process filter Date: Tue, 13 Dec 2005 17:41:15 +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 1134519404 1809 80.91.229.2 (14 Dec 2005 00:16:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 14 Dec 2005 00:16:44 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+m10057@lists.math.uh.edu Wed Dec 14 01:16:42 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EmKJL-0003Vg-2Z for ding-account@gmane.org; Wed, 14 Dec 2005 01:15:59 +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 1EmKJD-0003me-00; Tue, 13 Dec 2005 18:15:51 -0600 Original-Received: from nas01.math.uh.edu ([129.7.128.39]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1EmDDW-0002os-00 for ding@lists.math.uh.edu; Tue, 13 Dec 2005 10:41:30 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas01.math.uh.edu with esmtp (Exim 4.52) id 1EmDDV-0007S2-Bw for ding@lists.math.uh.edu; Tue, 13 Dec 2005 10:41:30 -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 1EmDDV-0005dp-00 for ; Tue, 13 Dec 2005 17:41:29 +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 jBDGfMnc003973 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 13 Dec 2005 17:41:22 +0100 Original-To: Joakim Verona OpenPGP: id=B565716F; url=http://josefsson.org/key.txt X-Hashcash: 1:21:051213:ding@gnus.org::VYPKRAcfulfQunvH:0ffU X-Hashcash: 1:21:051213:joakim@verona.se::V8k+Z4OlQKrvPRur:8wbq In-Reply-To: (Joakim Verona's message of "Tue, 13 Dec 2005 10:44:33 +0100") 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.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:61525 Archived-At: Joakim Verona writes: > I get this a lot recently: > > error in process filter: In imap-parse-body 2 > > when trying to view old messages in an nnimap group, connected to a > dovecot server on localhost. > > How can I debug this? (setq imap-log t) and post the IMAP log. Look at `imap-parse-body' to see where this messages comes from. I suspect the server is either buggy, implement some extension that imap.el don't support, or imap.el is buggy.