https://bugs.exim.org/show_bug.cgi?id=2151
Git Commit <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Git Commit <[email protected]> --- Git commit: https://git.exim.org/exim.git/commitdiff/14de8063d82edc5bf003ed50abdea55ac542679b commit 14de8063d82edc5bf003ed50abdea55ac542679b Author: Jeremy Harris <[email protected]> AuthorDate: Sat Jul 22 16:38:08 2017 +0100 Commit: Jeremy Harris <[email protected]> CommitDate: Sat Jul 22 21:47:00 2017 +0100 on callout avoid size every time but noncacheable rcpt main-verify. bug 2151 ---- doc/doc-txt/ChangeLog | 4 ++ src/src/deliver.c | 2 +- src/src/exim.c | 10 ++-- src/src/macros.h | 16 +++--- src/src/transport.c | 10 ++-- src/src/transports/smtp.c | 126 ++++++++++++++++++++++--------------------- src/src/transports/smtp.h | 1 + src/src/verify.c | 20 ++++--- test/confs/0227 | 2 + test/log/0227 | 3 ++ test/rejectlog/0227 | 3 ++ test/scripts/0000-Basic/0227 | 84 ++++++++++++++++++++++++++++- test/stderr/0227 | 67 ++++++++++++++++++++++- test/stderr/2035 | 2 +- test/stderr/2135 | 2 +- test/stderr/5410 | 6 +-- test/stderr/5420 | 6 +-- test/stderr/5840 | 4 +- test/stdout/0227 | 79 ++++++++++++++++++++++++++- 19 files changed, 344 insertions(+), 103 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/ ##
