#158638 a2ps: -=mail improper handling of continuation header lines

Package:
a2ps
Source:
a2ps
Description:
GNU a2ps - 'Anything to PostScript' converter and pretty-printer
Submitter:
Tobias Stefan Richter
Date:
2005-07-18 03:29:58 UTC
Severity:
minor
#158638#5
Date:
2002-08-28 16:34:24 UTC
From:
To:
While some continued header lines are treated fine when printing mails
via -=mail, the following mail

	From florian@example.com  Wed Aug 28 16:23:31 2002
	Received: from mail.zrz.tu-berlin.de (mail.zrz.TU-Berlin.DE
	[130.149.4.15])
		by atom.physik.tu-berlin.de (Postfix) with ESMTP id 23FBF100271
		for <tsr@example.com>; Wed, 28 Aug 2002 16:23:31
	+0200 (CEST)
	Received: from dec11.fysik.uu.se ([130.238.193.122])
		  by mail.zrz.tu-berlin.de with esmtp (exim-3.36)
		  for <tsr@example.com>
		  id 17k3i1-00070J-00; Wed, 28 Aug 2002 16:22:14 +0200
	Received: from [130.238.195.214] (fysik-195-214.Fysik.UU.SE
	[130.238.195.214])
		by dec11.fysik.uu.se (8.12.2/8.12.2) with ESMTP id
	g7SEMgU7028192;
		Wed, 28 Aug 2002 16:22:43 +0200 (MET DST)
	Mime-Version: 1.0
	X-Sender: florian@example.com
	Message-Id: <a0510030fb99292b661ff@[130.238.195.214]>
	In-Reply-To: <011a01c24e97$3ad808e0$b80f95c1@example.com>
	References: <a0510031bb99113eb334a@[130.238.195.214]>
	 <011a01c24e97$3ad808e0$b80f95c1@example.com>
	Date: Wed, 28 Aug 2002 16:22:17 +0100
	To: "Godehusen" <godehusen@example.com>,
		tsr@example.com
	From: Florian <florian@example.com>
	Subject: Something
	Content-Type: text/plain; charset="iso-8859-1" ; format="flowed"
	Content-Transfer-Encoding: quoted-printable

yields this result:

	From florian@example.com  Wed Aug 28 16:23:31 2002
	 <011a01c24e97$3ad808e0$b80f95c1@example.com>
<boldi>	Date: Wed, 28 Aug 2002 16:22:17 +0100
<boldi>	To: "Dr. Kai Godehusen" <godehusen@example.com>,
		tsr@example.com
<bold>	From: Florian <florian@example.com>
<bold>	Subject: Something

The line containing <011a01c24e97$3ad808e0$b80f95c1@example.com>
is a continuation of the References: header which has been weeded
out. The line itself should be treated like that aswell.
The line containing 'tsr@example.com' is not displayed in bold
italics like the beginning of the To: header line.
References lines on the other hand are handled correctly.