From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/63201 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: Mon, 15 May 2006 16:25:57 +0200 Message-ID: <871wuv8ive.fsf@latte.josefsson.org> References: <87zmhjabif.fsf@myxomop.com> <87lkt38q94.fsf@latte.josefsson.org> <87bqtz4g12.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 1147704836 8482 80.91.229.2 (15 May 2006 14:53:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 15 May 2006 14:53:56 +0000 (UTC) Original-X-From: ding-owner+m11728@lists.math.uh.edu Mon May 15 16:53:54 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 1FfeSH-00077A-Ck for ding-account@gmane.org; Mon, 15 May 2006 16:53:53 +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 1FfeSC-0000l3-00; Mon, 15 May 2006 09:53:48 -0500 Original-Received: from nas01.math.uh.edu ([129.7.128.39]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1Ffe1Z-0000jM-00 for ding@lists.math.uh.edu; Mon, 15 May 2006 09:26:17 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas01.math.uh.edu with esmtp (Exim 4.52) id 1Ffe1X-00039R-AR for ding@lists.math.uh.edu; Mon, 15 May 2006 09:26:17 -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 1Ffe1N-0005j5-00 for ; Mon, 15 May 2006 16:26:05 +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 k4FEQ2VN003778 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 15 May 2006 16:26:03 +0200 Original-To: ding@gnus.org OpenPGP: id=B565716F; url=http://josefsson.org/key.txt Mail-Copies-To: nobody X-Hashcash: 1:22:060515:ding@gnus.org::C0/V/Jh/MgTfq+vR:CDwS In-Reply-To: <87bqtz4g12.fsf@myxomop.com> (Alexander Kotelnikov's message of "Mon, 15 May 2006 16:40:57 +0400") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux) X-Spam-Status: No, score=-2.5 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:63201 Archived-At: 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. Maybe you need to set imap-calculate-literal-size-first to nil?