From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/18717 Path: main.gmane.org!not-for-mail From: Karl Kleinpaste Newsgroups: gmane.emacs.gnus.general Subject: Re: Pterodactyl Gnus v0.48 is released Date: 15 Nov 1998 20:32:25 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035157193 7696 80.91.224.250 (20 Oct 2002 23:39:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:39:53 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id UAA25935 for ; Sun, 15 Nov 1998 20:35:59 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.1/8.9.1) with ESMTP id TAB02715; Sun, 15 Nov 1998 19:35:48 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 15 Nov 1998 19:35:43 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id TAA08730 for ; Sun, 15 Nov 1998 19:35:34 -0600 (CST) Original-Received: from pocari-sweat.jprc.com (POCARI-SWEAT.JPRC.COM [207.86.147.217]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id UAA25849 for ; Sun, 15 Nov 1998 20:33:15 -0500 (EST) Original-Received: (from karl@localhost) by pocari-sweat.jprc.com (8.8.7/8.8.7) id UAA26924; Sun, 15 Nov 1998 20:32:31 -0500 Original-To: ding@gnus.org X-Face: "5(T0tZd{6}pd~YzBG8O/*EW,.]6]@`m^e;fv65W^Y&=d"M\1H}>T~4_.kcDD.O~y3k)a6h R;Nmi>9|>Nm${2IpM0^RcUEa\jcq?KOP)C&~x51l~zCHTulL^_T|u0I^kB'z@]{`2YjQu In-Reply-To: Lars Magne Ingebrigtsen's message of "16 Nov 1998 02:00:47 +0100" Original-Lines: 52 User-Agent: Gnus/5.070048 (Pterodactyl Gnus v0.48) XEmacs/20.4 (Emerald) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:18717 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:18717 Lars Magne Ingebrigtsen writes: > Unmuletilized fixes. Thanx for further effort. Trying `B m' yet again, I took a bit of diagnostic mail I received in nnml:mailer-daemon and tried to send it to nnml:tomb, with this result: ________________ Message-ID: Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Lines: 19 Xref: pocari-sweat.jprc.com tomb:3312 Content-Type: text/plain; charset="iso-8859-1" X-From-Line: news@firma.jprc.com Sun Nov 15 07:21:04 1998 Return-Path: Received: from firma.jprc.com (firma.jprc.com [207.86.147.164]) by pocari-sweat.jprc.com (8.8.7/8.8.7) with ESMTP id HAA24850 for ; Sun, 15 Nov 1998 07:21:03 -0500 Received: (from news@localhost) by firma.jprc.com (8.8.7/8.8.7) id HAA04254 for news; Sun, 15 Nov 1998 07:21:02 -0500 Date: Sun, 15 Nov 1998 07:21:02 -0500 From: news Message-Id: <199811151221.HAA04254@firma.jprc.com> To: news@firma.jprc.com Subject: suck failure Lines: 2 Xref: pocari-sweat.jprc.com mailer-daemon:30702 ps: 2815 ________________ Apparently, p0.48 decided it liked a newline stuck at the top, something I mentioned last time around. The result was manufacture of a new mess o' bogus MIME headers. I looked at it a bit w/edebug. message-encode-message-body has at least 2 problems, when using `B m': - (message-goto-body) leaves (point) at 1, considering what the following narrow-to-region does, so the entire message is regarded as body content, and - when inserting the Content-Type line, it gets put in after the (search-forward "\n\n"), which leaves point at the end of the discovered string. Something like (forward-line -1) is in order, before (insert line). I'm not sufficiently confident of what's going on here to offer patches directly, however.