From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/66778 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: error In imap-parse-body 2 (Exchange 2007) Date: Thu, 10 Apr 2008 14:09:07 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <86lk3lwmr0.fsf@lifelogs.com> References: <76hceikhjy.fsf@dev-d01.ppllc.com> <76myo1zutf.fsf@dev-d01.ppllc.com> <76ej9dzu9z.fsf@dev-d01.ppllc.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1207854794 27203 80.91.229.12 (10 Apr 2008 19:13:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Apr 2008 19:13:14 +0000 (UTC) Cc: Jake Colman , ding@gnus.org To: James Cloos Original-X-From: ding-owner+M15261@lists.math.uh.edu Thu Apr 10 21:13:46 2008 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.50) id 1Jk27V-0002g3-Qn for ding-account@gmane.org; Thu, 10 Apr 2008 21:07:38 +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 1Jk26r-0000NE-Ak; Thu, 10 Apr 2008 14:06:57 -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 1Jk26q-0000My-51 for ding@lists.math.uh.edu; Thu, 10 Apr 2008 14:06:56 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1Jk26k-00031F-1k for ding@lists.math.uh.edu; Thu, 10 Apr 2008 14:06:56 -0500 Original-Received: from mail.blockstar.com ([170.224.69.95]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Jk26u-0007CN-00 for ; Thu, 10 Apr 2008 21:07:00 +0200 Original-Received: from tzlatanov-ubuntu-desktop.jumptrading.com (unknown [38.98.147.130]) by mail.blockstar.com (Postfix) with ESMTP id F38CD3E8032; Thu, 10 Apr 2008 12:14:01 -0700 (PDT) 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" X-Hashcash: 1:20:080410:colman@ppllc.com::m2hUoPGAF4vIjhzS:00YQJ X-Hashcash: 1:20:080410:cloos@jhcloos.com::f3al7CLjnzUhrQ/k:000000000000000000000000000000000000000000007sD8 X-Hashcash: 1:20:080410:ding@gnus.org::fem5OPhSlpXhJtJF:00007W5q In-Reply-To: (James Cloos's message of "Thu, 10 Apr 2008 10:46:25 -0400") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux) X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:66778 Archived-At: On Thu, 10 Apr 2008 10:46:25 -0400 James Cloos wrote: >>>>>> "Jake" == Jake Colman writes: Jake> Actually, even more important in the short-term, is there a way to Jake> force Gnus to keep going if it encounters this error? JC> I tried commenting the assert out but that didn't help. At that point JC> gnus is too confused about how to parse the FETCH reply. JC> I *think* what gnus would need to do is to forget that message, skip JC> past the next end-of-line and if that looks like the start of the next JC> message's data to continue parsing there as if the offending message JC> were not included in the reply. JC> It would take me a while -- perhaps a few hours -- to figure out how to JC> do that in elisp. My only exposure to parsing in elisp has been trying JC> to debug this problem, and that was weeks (maybe months by now) ago. Jake, James, I tried to duplicate this bug but couldn't. Can each of you please forward a message that shows the problem to me, and tell me what IMAP server you use when you see the bug? I'll work on fixing this once I can duplicate it. Thanks Ted