bug-gnats
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug in GNATSWEB 2.8.2


From: Dieperink Alwin
Subject: Bug in GNATSWEB 2.8.2
Date: Fri, 17 Aug 2001 19:34:37 +0200

Hello,

When you attach a plain text document to a PR, if this document has some
blank lines, you get your document back only until the first occurence of
the blank lines.

The bug is in gnatsweb.pl, function decode_attachement, this 4th line
 my ($envelope, $body) = split(/\n\n/, $att);
must be replaced by
 my ($envelope, $body) = split(/\n\n/, $att, 2);

I've seen this bug in version 2.6.0 and it's still in 2.8.2

Regards,
-- Alwin Dieperink



reply via email to

[Prev in Thread] Current Thread [Next in Thread]