From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59035 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: question about tunneling Date: Mon, 01 Nov 2004 23:03:04 +0100 Message-ID: References: <4nr7nh8rkr.fsf@lifelogs.com> <4nbrehbd7y.fsf@lifelogs.com> <4nu0s99wwi.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 1099346780 32002 80.91.229.6 (1 Nov 2004 22:06:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 1 Nov 2004 22:06:20 +0000 (UTC) Original-X-From: ding-owner+M7575@lists.math.uh.edu Mon Nov 01 23:06:06 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 1COkJS-0005Xc-00 for ; Mon, 01 Nov 2004 23:06:06 +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 1COkH2-0007cx-00; Mon, 01 Nov 2004 16:03:36 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1COkGy-0007cs-00 for ding@lists.math.uh.edu; Mon, 01 Nov 2004 16:03:32 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1COkGj-0001g8-1c for ding@lists.math.uh.edu; Mon, 01 Nov 2004 16:03:17 -0600 Original-Received: from main.gmane.org (main.gmane.org [80.91.229.2]) by justine.libertine.org (Postfix) with ESMTP id AA7203A0200 for ; Mon, 1 Nov 2004 16:03:15 -0600 (CST) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1COkGd-0003YB-00 for ; Mon, 01 Nov 2004 23:03:11 +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 ; Mon, 01 Nov 2004 23:03:11 +0100 Original-Received: from jas by c494102a.s-bi.bostream.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 01 Nov 2004 23:03:11 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 18 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:p4PtSpkt5h3fnTN/A7MN4p66zPs= Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: main.gmane.org gmane.emacs.gnus.general:59035 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59035 "Ted Zlatanov" writes: > On 1 Nov 2004, tzz@lifelogs.com wrote: > >> The IMAP server sends a disconnect message, but it's not in *Messages* >> - only in the minibuffer, and gets dismissed as soon as I do anything. > > OK, finally I caught the message :) > > 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?