[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Format=Flowed
Earl Hood wrote:
> On October 24, 2002 at 20:45, Gunnar Hjalmarsson wrote:
>>MHonArc seems to put only *quoted* lines that not end with a space
>>within <pre></pre> elements, while other such lines are displayed with
>>the default font.
>
> Can you provide a test message that illustrates the problem?
Sure, see the attached message.
/ Gunnar
>From username@domain.com Sat Jan 1 00:00:00 2000
Received: from gunnar.cc (pm3-36.bahnhof.se [195.178.166.169]) by www18.1-host.com (8.11.6) id g9OGU9X13176 for <mhatest@gunnar.cc>; Thu, 24 Oct 2002 10:30:10 -0600 (MDT)
Message-ID: <3DB81E0D.7080202@gunnar.cc>
Date: Thu, 24 Oct 2002 18:21:33 +0200
From: Gunnar Hjalmarsson <mailbox@gunnar.cc>
To: mhatest@gunnar.cc
Subject: Format flowed
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit
X-UIDL: Xa_!!FJ^"!Ag%#!U0,"!
> This row ends with [^ ]\r\n, and is converted to a fixed font.
> This row ends with [^ ]\r\n, and is converted to a fixed font.
> This row ends with [^ ]\r\n, and is converted to a fixed font.
But the rows below are converted to be displayed with the default
font, even if they also end with [^ ]\r\n:
for (split (/[&;]/, $in)) {
($name, $value) = split(/=/);
$value =~ s/%(..)/pack("c",hex($1))/ge;
$in{$name} = $value;
}
Typically, when you post a code fragment, you want it to be viewed
with a fixed font, don't you?
[Index of Archives]
[Bugtraq]
[Yosemite News]
[Mhonarc Home]