From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/63204 Path: news.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: upgrade from Debian's 5.10.6-0.CVS.20050317-1 to 5.11+v0.4.dfsg-1 breaks outbox on imap Date: Tue, 16 May 2006 13:05:52 +0200 Message-ID: <87ejyu5iwf.fsf@latte.josefsson.org> References: <87zmhjabif.fsf@myxomop.com> <87lkt38q94.fsf@latte.josefsson.org> <87bqtz4g12.fsf@myxomop.com> <871wuv8ive.fsf@latte.josefsson.org> <87ves6uuf6.fsf@myxomop.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1147777613 4254 80.91.229.2 (16 May 2006 11:06:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 16 May 2006 11:06:53 +0000 (UTC) Original-X-From: ding-owner+m11731@lists.math.uh.edu Tue May 16 13:06:51 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FfxNx-000785-M4 for ding-account@gmane.org; Tue, 16 May 2006 13:06:41 +0200 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 1FfxNt-0001k3-00; Tue, 16 May 2006 06:06:37 -0500 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1FfxNW-0001jx-00 for ding@lists.math.uh.edu; Tue, 16 May 2006 06:06:14 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1FfxNR-0004Eq-JH for ding@lists.math.uh.edu; Tue, 16 May 2006 06:06:14 -0500 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 1FfxNJ-0004X3-00 for ; Tue, 16 May 2006 13:06:01 +0200 Original-Received: from localhost.localdomain (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k4GB5qJ1006851 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 16 May 2006 13:05:53 +0200 Original-To: ding@gnus.org OpenPGP: id=B565716F; url=http://josefsson.org/key.txt Mail-Copies-To: nobody X-Hashcash: 1:22:060516:ding@gnus.org::pQxKi+v8HFoyMAdn:Hk0Z In-Reply-To: <87ves6uuf6.fsf@myxomop.com> (Alexander Kotelnikov's message of "Tue, 16 May 2006 14:37:49 +0400") User-Agent: Gnus/5.110006 (No Gnus v0.6) 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.88.2, clamav-milter version 0.88.2 on yxa.extundo.com X-Virus-Status: Clean X-Spam-Score: -2.5 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:63204 Archived-At: Alexander Kotelnikov writes: >>>>>> On Mon, 15 May 2006 16:25:57 +0200 >>>>>> "SJ" == Simon Josefsson wrote: > SJ> > SJ> Alexander Kotelnikov writes: >>>>>>>> On Mon, 15 May 2006 13:46:31 +0200 >>>>>>>> "SJ" == Simon Josefsson wrote: > SJ> > SJ> Alexander Kotelnikov writes: >>>>> >>>>> After I upgraded from more than one year old gnus my outgoing mail is >>>>> no longer stored on imap after I send it. >>>>> >>>>> Parts of imap configuration follow: >>>>> (nnimap-stream ssl) >>>>> >>>>> (setq >>>>> imap-ssl-program '("stunnel -c -v 3 -a ~/.ssl/ -f -r %s:%p") >>>>> imap-use-utf7 nil >>>>> imap-log t >>>>> imap-client-eol " >>>>> \n" >>>>> imap-server-eol " >>>>> \n" >>>>> imap-calculate-literal-size-first t >>>>> imap-process-connection-type t) >>>>> >>>>> (setq gnus-message-archive-group "nnimap+myxomop:INBOX.outbox") >>>>> >>>>> >>>>> Here goes a part of *imap-log* >>>>> >>>>> 190 APPEND "INBOX.outbox" {453} >>>>> * BAD Invalid tag > SJ> ... >>>>> 190 NO Message contains invalid header > SJ> > SJ> This sounds as if your imap-client-eol should be "\n" and not "\r\n". >>> >>> Now it is >>> >>> 189 OK Completed >>> 190 APPEND "INBOX.outbox" {450} >>> >>> and gnus needs C-g to get out of infinite wait. > SJ> > SJ> Maybe you need to set imap-calculate-literal-size-first to nil? > > None of combinations > imap-calculate-literal-size-first t/nil > and > imap-client-eol "\r\n"/"\n" works :( Maybe imap-server-eol has to be "\n" too? Otherwise, I think imap.el will wait for the continuation line terminated with a \r\n, but that won't happen. If that doesn't work either, you'll have to debug imap.el to find out what it is looking for, and comparing that with what's in the " *nnimap* foo" buffer.