From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/63199 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 13:46:31 +0200 Message-ID: <87lkt38q94.fsf@latte.josefsson.org> References: <87zmhjabif.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 1147693643 32097 80.91.229.2 (15 May 2006 11:47:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 15 May 2006 11:47:23 +0000 (UTC) Original-X-From: ding-owner+m11726@lists.math.uh.edu Mon May 15 13:47:20 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 1FfbXZ-0006lJ-Az for ding-account@gmane.org; Mon, 15 May 2006 13:47:09 +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 1FfbXV-0000SP-00; Mon, 15 May 2006 06:47:05 -0500 Original-Received: from nas01.math.uh.edu ([129.7.128.39]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1FfbX9-0000SK-00 for ding@lists.math.uh.edu; Mon, 15 May 2006 06:46:43 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas01.math.uh.edu with esmtp (Exim 4.52) id 1FfbX8-0002MA-0Z for ding@lists.math.uh.edu; Mon, 15 May 2006 06:46:43 -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 1FfbX7-0003hR-00 for ; Mon, 15 May 2006 13:46:41 +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 k4FBkaqB009707 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 15 May 2006 13:46:39 +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::l2qOLWqwcsP5yK4t:NI5n In-Reply-To: <87zmhjabif.fsf@myxomop.com> (Alexander Kotelnikov's message of "Mon, 15 May 2006 13:22:00 +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:63199 Archived-At: Alexander Kotelnikov writes: > Hello one more time. > > 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 ... > 190 NO Message contains invalid header This sounds as if your imap-client-eol should be "\n" and not "\r\n". /Simon