From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/73539 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: Cannot enter one specific group anymore Date: Sun, 24 Oct 2010 20:09:15 +0200 Message-ID: <87vd4rpino.fsf@thinkpad.tsdh.de> References: <87y69nj54i.fsf@thinkpad.tsdh.de> <87tykb1rr5.fsf@mid.gehheimdienst.de> <87ocaj33li.fsf@thinkpad.tsdh.de> <8762wrqy4c.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1287943798 32238 80.91.229.12 (24 Oct 2010 18:09:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 24 Oct 2010 18:09:58 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M21908@lists.math.uh.edu Sun Oct 24 20:09:56 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PA511-0000of-Th for ding-account@gmane.org; Sun, 24 Oct 2010 20:09:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1PA50Y-00006J-Dk; Sun, 24 Oct 2010 13:09:26 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PA50W-000067-H6 for ding@lists.math.uh.edu; Sun, 24 Oct 2010 13:09:24 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PA50S-0001cX-Cs for ding@lists.math.uh.edu; Sun, 24 Oct 2010 13:09:24 -0500 Original-Received: from out1.smtp.messagingengine.com ([66.111.4.25]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1PA50R-0001UH-00 for ; Sun, 24 Oct 2010 20:09:19 +0200 Original-Received: from compute3.internal (compute3.nyi.mail.srv.osa [10.202.2.43]) by gateway1.messagingengine.com (Postfix) with ESMTP id D5C38325 for ; Sun, 24 Oct 2010 14:09:18 -0400 (EDT) Original-Received: from frontend1.messagingengine.com ([10.202.2.160]) by compute3.internal (MEProxy); Sun, 24 Oct 2010 14:09:18 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=from:to:subject:in-reply-to:references:date:message-id:mime-version:content-type; s=smtpout; bh=dqmxFrVLCaojS6BHTnBn2pf1u3U=; b=hWNoCYFiM9geplDIvfv6yxQg98b8EEiBJ/8UKGBbyR5ixqcGFvEGTQTQ96dx+tgCR8Dyn7SvCPmwd5F4GBgUfEjp/0ANyJrbeUkiBVIEkrIyIADmS+GgUrfHlcSRZPny0rAGisZtXsUw5pstCxfDkIRRH2MEl9g6G3PRVzjZZqk= X-Sasl-enc: qXWQ3+di0LKbNSCElWpT+bSrWwLEzmtV3+jV7VNcFUsa 1287943758 Original-Received: from thinkpad.tsdh.de (p54AF063F.dip0.t-ipconnect.de [84.175.6.63]) by mail.messagingengine.com (Postfix) with ESMTPA id DA9B5402D3C for ; Sun, 24 Oct 2010 14:09:17 -0400 (EDT) In-Reply-To: (Lars Magne Ingebrigtsen's message of "Sun, 24 Oct 2010 19:52:30 +0200") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:73539 Archived-At: Lars Magne Ingebrigtsen writes: > Tassilo Horn writes: > >> Not yet. Now I get this error: > > Darn. Can you edebug through `nnimap-transform-headers' and see what > really goes wrong there? Sure. ... ... Hm, well, I cannot reproduce it anymore. But in summary there's always one mail that is shown as although it has a Subject. I guess it's somehow broken and that's what Gnus stumbles upon. I wanted to attach the mail by using Attachments > Attach Buffer and declaring it as message/rfc822, but when I tried to send it, I got: --8<---------------cut here---------------start------------->8--- Debugger entered--Lisp error: (cl-assertion-failed (save-excursion (goto-char (point-min)) (not (re-search-forward "[^.-\377]" nil t)))) signal(cl-assertion-failed ((save-excursion (goto-char (point-min)) (not (re-search-forward "[^.-\377]" nil t))))) message-send-mail(nil) message-send-via-mail(nil) message-send(nil) message-send-and-exit(nil) call-interactively(message-send-and-exit nil nil) --8<---------------cut here---------------end--------------->8--- I'll try to forward that mail to you directly. Let's see if that works. Bye, Tassilo