https://bugs.exim.org/show_bug.cgi?id=2000
Git Commit <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #12 from Git Commit <[email protected]> --- Git commit: https://git.exim.org/exim.git/commitdiff/1ebe15c3a9807233cc92a92668b9090777daa9e1 commit 1ebe15c3a9807233cc92a92668b9090777daa9e1 Author: Jeremy Harris <[email protected]> AuthorDate: Sun Jan 29 18:03:40 2017 +0000 Commit: Jeremy Harris <[email protected]> CommitDate: Sun Jan 29 19:14:46 2017 +0000 chunking: reject messages with malformed line ending. bug 2000 actually test only the first header line, but still do full line-ending canonicalisation on the remainder of the message in case a evil person slips past that. ---- doc/doc-docbook/spec.xfpt | 11 ++-- src/src/functions.h | 2 + src/src/receive.c | 128 +++++++++++++++++++++++++++++-------------- src/src/smtp_in.c | 2 +- test/log/0900 | 1 + test/rejectlog/0900 | 4 ++ test/scripts/0000-Basic/0900 | 26 +++++++++ test/stdout/0900 | 33 +++++++++++ 8 files changed, 162 insertions(+), 45 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/ ##
