https://bugs.exim.org/show_bug.cgi?id=2016
Git Commit <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from Git Commit <[email protected]> --- Git commit: https://git.exim.org/exim.git/commitdiff/bd8fbe3606d80e5a3fc02fe71b521146c6938448 commit bd8fbe3606d80e5a3fc02fe71b521146c6938448 Author: Jeremy Harris <[email protected]> AuthorDate: Thu Jan 19 15:37:16 2017 +0000 Commit: Jeremy Harris <[email protected]> CommitDate: Sat Jan 21 22:34:17 2017 +0000 fix dkim verify when used with chunking. bug 2016 ---- doc/doc-txt/ChangeLog | 14 ++++++-- src/src/auths/get_data.c | 2 +- src/src/auths/get_no64_data.c | 2 +- src/src/dkim.c | 9 +++-- src/src/functions.h | 8 ++--- src/src/globals.c | 4 +-- src/src/globals.h | 4 +-- src/src/macros.h | 4 +++ src/src/pdkim/pdkim.c | 5 +++ src/src/receive.c | 22 ++++++------ src/src/smtp_in.c | 80 ++++++++++++++++++++++++++----------------- src/src/tls-gnu.c | 8 ++--- src/src/tls-openssl.c | 9 ++--- test/log/0901 | 6 ++-- test/scripts/0000-Basic/0901 | 48 +++++++++++++++++++++++++- test/stderr/0021 | 4 +++ test/stderr/0022 | 12 +++++++ test/stderr/0303 | 6 ++++ test/stderr/0371 | 5 +++ test/stderr/0386 | 11 ++++++ test/stderr/0465 | 6 ++++ test/stderr/0487 | 1 + test/stderr/0575 | 4 +++ test/stderr/5410 | 9 +++++ test/stderr/5420 | 9 +++++ test/stdout/0901 | 64 ++++++++++++++++++++++++++++++++-- 26 files changed, 283 insertions(+), 73 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/ ##
