https://bugs.exim.org/show_bug.cgi?id=1684
--- Comment #12 from Git Commit <[email protected]> --- Git commit: https://git.exim.org/exim.git/commitdiff/0de9945258c2e7910c35f715caf07c5e9270aa1b commit 0de9945258c2e7910c35f715caf07c5e9270aa1b Author: Jeremy Harris <[email protected]> AuthorDate: Tue May 12 23:10:08 2020 +0100 Commit: Jeremy Harris <[email protected]> CommitDate: Wed May 13 12:11:02 2020 +0100 smtp transport: message_linelength_limit option. bug 1684 ---- doc/doc-docbook/spec.xfpt | 14 ++++++++++++++ doc/doc-txt/NewStuff | 3 +++ doc/doc-txt/OptionLists.txt | 1 + src/src/configure.default | 5 ----- src/src/deliver.c | 24 ++++++++++++++++++----- src/src/smtp_in.c | 8 ++++---- src/src/spool_out.c | 6 +++--- src/src/transports/smtp.c | 19 +++++++++++++++++++ src/src/transports/smtp.h | 1 + test/confs/0588 | 42 +++++++++++++++++++++++++++++++++++++++++ test/log/0588 | 15 +++++++++++++++ test/scripts/0000-Basic/0588 | 45 ++++++++++++++++++++++++++++++++++++++++++++ test/stdout/0572 | 1 + test/stdout/0588 | 40 +++++++++++++++++++++++++++++++++++++++ 14 files changed, 207 insertions(+), 17 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
