bug-gnats
[Top][All Lists]
Advanced

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

Re: Bug in GNATSWEB 2.8.2


From: Yngve Svendsen
Subject: Re: Bug in GNATSWEB 2.8.2
Date: Fri, 17 Aug 2001 20:26:06 +0200

At 19:34 17.08.2001 +0200, Dieperink Alwin wrote:
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

Thanks. This is actually fixed in the current development version. I may release it as 2.8.3 at some point, but since the focus is currently firmly on version 4, I haven't decided yet.

Yngve Svendsen
Gnatsweb maintainer




reply via email to

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