From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59062 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: question about tunneling Date: Sat, 06 Nov 2004 00:16:56 +0100 Message-ID: References: <4nr7nh8rkr.fsf@lifelogs.com> <4nbrehbd7y.fsf@lifelogs.com> <4nu0s99wwi.fsf@lifelogs.com> <4nekj8l14s.fsf@lifelogs.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1099696941 8267 80.91.229.6 (5 Nov 2004 23:22:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 5 Nov 2004 23:22:21 +0000 (UTC) Original-X-From: ding-owner+M7602@lists.math.uh.edu Sat Nov 06 00:22:08 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CQDPD-0002mY-00 for ; Sat, 06 Nov 2004 00:22:08 +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 1CQDOC-00024X-00; Fri, 05 Nov 2004 17:21:04 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1CQDO4-00024P-00 for ding@lists.math.uh.edu; Fri, 05 Nov 2004 17:20:56 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1CQDO0-0003vF-Br for ding@lists.math.uh.edu; Fri, 05 Nov 2004 17:20:52 -0600 Original-Received: from main.gmane.org (main.gmane.org [80.91.229.2]) by justine.libertine.org (Postfix) with ESMTP id CD9E63A003C for ; Fri, 5 Nov 2004 17:20:50 -0600 (CST) Original-Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CQDNv-00085r-00 for ; Sat, 06 Nov 2004 00:20:47 +0100 Original-Received: from c494102a.s-bi.bostream.se ([217.215.27.65]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 06 Nov 2004 00:20:47 +0100 Original-Received: from jas by c494102a.s-bi.bostream.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 06 Nov 2004 00:20:47 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 25 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: c494102a.s-bi.bostream.se User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:L5kcUp6fD0fuTkjwKYriha6+lLE= Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: main.gmane.org gmane.emacs.gnus.general:59062 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59062 "Ted Zlatanov" writes: > On Mon, 01 Nov 2004, jas@extundo.com wrote: > >> "Ted Zlatanov" writes: > >>> Garbage: ERR: DISCONNECTED, user=lifelogs, ip=[127.0.0.1], headers=36318, >>> body=72595, time=2461 >>> * BYE Disconnected for inactivity. >>> >>> (Courier IMAP) >> >> It looks like this come from the other end. I think the error message >> is correct, then, since it is garbage. Perhaps you could replace tee >> with 'grep -v ^ERR:.DISCONNECTED' or something. There isn't any other >> problem, except for the Garbage: echo area text, right? > > No, no problem at all, I was just hoping this could be parsed as the > timeout disconnect message of Courier IMAP. It doesn't bother me. Hm. I'm not sure it would be a good idea to start adding parsing of non-IMAP protocol to imap.el. Perhaps adding a hook to handle non-IMAP data would be a cleaner approach, then nnimap, or some other add-on package, could use that hook to recognize the above string and do something useful.