https://bugs.exim.org/show_bug.cgi?id=2000
Bug ID: 2000
Summary: BDAT injection/transmission character loss
Product: Exim
Version: 4.88
Hardware: x86
OS: Linux
Status: NEW
Severity: bug
Priority: medium
Component: Delivery in general
Assignee: nigel@???
Reporter: eximusers@???
CC: exim-dev@???
Hello,
I have done some tests with BDAT and gnutls-cli -s. Different from telnet
gnutls-cli -s does not do any \r fixup.
If I inject 'To: ametzler@???\nFrom: ametzler@???\nSubject:
test\nline1\nline2\nline3\n' as message content with BDAT (BDAT 77 LAST) ...
---------
BDAT 77 LAST
To: ametzler@???
From: ametzler@???
Subject: test
line1
line2
line3
250- 77 byte chunk, total 81
250 OK id=1cLS6O-0005jX-6o
---------
... I get a partially spool-file with "body_linecount 0". If this message is
not delivered locally but again passed on via SMTP BDAT (to exim 4.88) at least
one character of the message body (the final "3") is lost.
cu Andreas
--
You are receiving this mail because:
You are on the CC list for the bug.