From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/50151 Path: main.gmane.org!not-for-mail From: Niklas Morberg Newsgroups: gmane.emacs.gnus.general Subject: Error during gcc (nnimap) Date: Mon, 17 Feb 2003 14:43:38 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1045489363 5249 80.91.224.249 (17 Feb 2003 13:42:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 17 Feb 2003 13:42:43 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18klXd-0001MW-00 for ; Mon, 17 Feb 2003 14:42:42 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18klZX-0001ZZ-00; Mon, 17 Feb 2003 07:44:39 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 17 Feb 2003 07:45:38 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id HAA15899 for ; Mon, 17 Feb 2003 07:45:28 -0600 (CST) Original-Received: (qmail 43540 invoked by alias); 17 Feb 2003 13:44:24 -0000 Original-Received: (qmail 43535 invoked from network); 17 Feb 2003 13:44:24 -0000 Original-Received: from unknown (HELO krynn.axis.se) (212.209.10.216) by 66.230.238.6 with SMTP; 17 Feb 2003 13:44:24 -0000 Original-Received: from PCNIKLAS2 (dh10-13-8-244.axis.se [10.13.8.244]) by krynn.axis.se (8.12.3/8.12.3/Debian -4) with ESMTP id h1HDhdGc013406 for ; Mon, 17 Feb 2003 14:43:39 +0100 Original-To: ding@gnus.org Mail-Followup-To: ding@gnus.org User-Agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.2 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:50151 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:50151 I Gcc messages to an IMAP-folder called "Sent Items". When trying to forward several messages to several recipients I got the following error: Debugger entered--Lisp error: (error "Internal error, tag 9671 status BAD code nil text Protocol Error: \"Expected character not found\"") signal(error ("Internal error, tag 9671 status BAD code nil text Protocol Error: \"Expected character not found\"")) error("Internal error, tag %s status %s code %s text %s" 9671 BAD nil "Protocol Error: \"Expected character not found\"") imap-parse-response() imap-arrival-filter(# "9671 BAD Protocol Error: \"Expected character not found\" \n> BAD Protocol Error: \"Unidentifiable command specified\" \n>=20 BAD Protocol Error: \"No space following tag in IMAP command\" \n* BAD Protocol Error: \"Tag not found in command\" \n") accept-process-output(# 1) imap-wait-for-tag(9671 nil) imap-send-command-wait(("APPEND \"" "Sent Items" "\" " #)) imap-message-append("Sent Items" # nil nil " *nnimap* mailse01.axis.se") nnimap-request-accept-article("Sent Items" "mailse01.axis.se" t) gnus-request-accept-article("nnimap+mailse01.axis.se:Sent Items" (nnimap "mailse01.axis.se" (nnimap-stream ssl)) t t) gnus-inews-do-gcc() gnus-agent-possibly-do-gcc() run-hooks(message-sent-hook) message-send(nil) message-send-and-exit(nil) * call-interactively(message-send-and-exit) Is it just a temporary glitch or a real problem? Niklas