]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-smtp: client: BDAT command: Make sure the message contains CRLF consistently.
authorStephan Bosch <stephan.bosch@dovecot.fi>
Sat, 8 Sep 2018 18:54:54 +0000 (20:54 +0200)
committerVille Savolainen <ville.savolainen@dovecot.fi>
Thu, 21 Mar 2019 08:02:36 +0000 (10:02 +0200)
commit692119a7cc845e04f2eea4f18e0d91f8cf322549
treecb2489ddcbd5f56ba45da4e6126ef8ac5a950738
parent44964bc107c4267fdd4bdf73a285133e29859b1d
lib-smtp: client: BDAT command: Make sure the message contains CRLF consistently.

Before, only messages sent using DATA command guaranteed consistent CRLF,
because these are sent using o_stream_dot(), which does that internally. For the
BDAT command, the message was sent as-is, which is not always accepted by MTAs.
src/lib-smtp/smtp-client-command.c