From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/66768 Path: news.gmane.org!not-for-mail From: James Cloos Newsgroups: gmane.emacs.gnus.general Subject: Re: error In imap-parse-body 2 (Exchange 2007) Date: Thu, 10 Apr 2008 10:46:25 -0400 Message-ID: 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 1207839097 19677 80.91.229.12 (10 Apr 2008 14:51:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Apr 2008 14:51:37 +0000 (UTC) Cc: ding@gnus.org To: Jake Colman Original-X-From: ding-owner+M15251@lists.math.uh.edu Thu Apr 10 16:52:09 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 1Jjy4j-0006AG-Fv for ding-account@gmane.org; Thu, 10 Apr 2008 16:48:29 +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 1Jjy3y-00075c-J4; Thu, 10 Apr 2008 09:47:42 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Jjy3x-00075M-Bw for ding@lists.math.uh.edu; Thu, 10 Apr 2008 09:47:41 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1Jjy3r-0006bu-7e for ding@lists.math.uh.edu; Thu, 10 Apr 2008 09:47:41 -0500 Original-Received: from eagle.jhcloos.com ([207.210.242.212]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Jjy41-00034X-00 for ; Thu, 10 Apr 2008 16:47:45 +0200 Original-Received: by eagle.jhcloos.com (Postfix, from userid 10) id 57C9C4020B; Thu, 10 Apr 2008 14:47:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jhcloos.com; s=eagle; t=1207838853; bh=18CyuvoGBvEW5i5ya92leG4u8N8iXgqe8nLNR7OHS rg=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=wExHQWusoE3zrOq6QxI5ZKphxtjhXqVyqqium vlt/UVc89br1NRf/b/xTw4J1c6x8mhRInWUwiEZu/0BnHo/kRG8ffPg6QsC4pbv56vM uFsPBNDbBp4K0T5rIzYdexG8XPUQDGmN4mhERDlOPsF4RY6+G0FYg3/IbccEyoRJxFw = Original-Received: by lugabout.jhcloos.org (Postfix, from userid 500) id BF79921C012; Thu, 10 Apr 2008 14:46:48 +0000 (UTC) In-Reply-To: <76ej9dzu9z.fsf@dev-d01.ppllc.com> (Jake Colman's message of "Thu, 10 Apr 2008 09:58:16 -0400") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux) Face: iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAI1J REFUOE+lU9ESgCAIg64P1y+ngUdxhl5H8wFbbM0OmUiEhKkCYaZThXCo6KE5sCbA1DDX3genvO4d eBQgEMaM5qy6uWk4SfBYfdu9jvBN9nSVDOKRtwb+I3epboOsOX5pZbJNsBJFvmQQ05YMfieIBnYX FK2N6dOawd97r/e8RjkTLzmMsiVgrAoEugtviCM3v2WzjgAAAABJRU5ErkJggg== Copyright: Copyright 2007 James Cloos OpenPGP: ED7DAEA6; url=http://jhcloos.com/public_key/0xED7DAEA6.asc OpenPGP-Fingerprint: E9E9 F828 61A4 6EA9 0F2B 63E7 997A 9F17 ED7D AEA6 X-Hashcash: 1:23:080410:ding@gnus.org::aqbLKllDEnGVrSvQ:00005Lp3 X-Hashcash: 1:23:080410:colman@ppllc.com::fDL3l6YNvmutI9x2:07D7U Original-Lines: 20 X-Spam-Score: -2.5 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:66768 Archived-At: >>>>> "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? I tried commenting the assert out but that didn't help. At that point gnus is too confused about how to parse the FETCH reply. I *think* what gnus would need to do is to forget that message, skip past the next end-of-line and if that looks like the start of the next message's data to continue parsing there as if the offending message were not included in the reply. It would take me a while -- perhaps a few hours -- to figure out how to do that in elisp. My only exposure to parsing in elisp has been trying to debug this problem, and that was weeks (maybe months by now) ago. -JimC -- James Cloos OpenPGP: 1024D/ED7DAEA6