I have re-installed v2.2.7 and test on both v2.2.5 and v2.2.7 using:
cat email.eml | /usr/local/sbin/dbmail-smtp -d [EMAIL PROTECTED]
Both versions truncates the message body with lines starting with "From"
It works when there is a space before "From", i.e. " From"
-- NOT-WORKING: email.eml
From [EMAIL PROTECTED] Tue Dec 04 19:52:17 2007
X-Envelope-From: <[EMAIL PROTECTED]>
Received: from [127.0.0.1] (port=49353 helo=test11)
by centos.wizwerx.com with smtp (Exim 4.63)
(envelope-from <[EMAIL PROTECTED]>)
id 1IzWJv-0000Ep-5f
for [EMAIL PROTECTED]; Tue, 04 Dec 2007 19:52:17 +0800
From: "Wallace" <[EMAIL PROTECTED]>
To: wallace <[EMAIL PROTECTED]>
Subject: Test 11
Message-Id: <[EMAIL PROTECTED]>
Date: Tue, 04 Dec 2007 19:52:16 +0800
This line works, however,
From what I know, this line gets truncated
This line gets truncated
This other line get truncated too
--
-- WORKING: email.eml
From [EMAIL PROTECTED] Tue Dec 04 19:52:17 2007
X-Envelope-From: <[EMAIL PROTECTED]>
Received: from [127.0.0.1] (port=49353 helo=test11)
by centos.wizwerx.com with smtp (Exim 4.63)
(envelope-from <[EMAIL PROTECTED]>)
id 1IzWJv-0000Ep-5f
for [EMAIL PROTECTED]; Tue, 04 Dec 2007 19:52:17 +0800
From: "Wallace" <[EMAIL PROTECTED]>
To: wallace <[EMAIL PROTECTED]>
Subject: Test 11
Message-Id: <[EMAIL PROTECTED]>
Date: Tue, 04 Dec 2007 19:52:16 +0800
This line works, however,
From what I know, this line does not truncate
^The space before From
This line does not truncated
This other line does not truncated
--
Paul J Stevens wrote:
I'm not aware of *any* regressions between 2.2.5 and 2.2.7, only
bugfixes, and some of those are significant.
_______________________________________________
DBmail mailing list
[email protected]
https://mailman.fastxs.nl/mailman/listinfo/dbmail