Re: [exim] Additional line in body when submitting?

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Jeremy Harris
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: Re: [exim] Additional line in body when submitting?
On 01/06/2022 16:46, Evgeniy Berdnikov via Exim-users wrote:
> Strace of Debian bsd-mailx (my version is 8.1.2-0.20180807cvs-2)
> shows that it does not append newline writing to MTA child process,
> it only converts "\n" to "\r\n".


Is bsd-mailx talking SMTP-on-TCP to exim, or stdin?
If the latter, it should use Unix lines: \n - terminated.

And it had better be consistent from line to line, too.
--
Cheers,
Jeremy