https://bugs.exim.org/show_bug.cgi?id=2672
Git Commit <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Git Commit <[email protected]> --- Git commit: https://git.exim.org/exim.git/commitdiff/f870028fd26f8ac1a2fcb6e43e0d7d1c76c110ec commit f870028fd26f8ac1a2fcb6e43e0d7d1c76c110ec Author: Jeremy Harris <[email protected]> AuthorDate: Sun Apr 11 16:39:06 2021 +0100 Commit: Jeremy Harris <[email protected]> CommitDate: Fri Apr 16 15:38:09 2021 +0100 log queue_time and queue_time_overall exclusive of receive time. bug 2672 ---- doc/doc-docbook/spec.xfpt | 10 +++------- doc/doc-txt/ChangeLog | 5 +++++ doc/doc-txt/NewStuff | 3 +++ src/exim_monitor/em_globals.c | 1 + src/src/deliver.c | 4 ++-- src/src/functions.h | 19 +++++++++++++------ src/src/globals.c | 4 +++- src/src/globals.h | 4 ++-- src/src/macros.h | 1 + src/src/receive.c | 8 ++++++-- src/src/spool_in.c | 14 ++++++++++++++ src/src/spool_out.c | 2 ++ test/runtest | 3 ++- test/stdout/0035 | 7 +++++++ test/stdout/0245 | 1 + test/stdout/0250 | 3 +++ test/stdout/0254 | 3 +++ test/stdout/0311 | 2 ++ test/stdout/0338 | 1 + test/stdout/0377 | 1 + test/stdout/0378 | 1 + test/stdout/0379 | 1 + test/stdout/0389 | 1 + test/stdout/0488 | 1 + test/stdout/0490 | 1 + test/stdout/0514 | 1 + test/stdout/3415 | 5 +++++ 27 files changed, 86 insertions(+), 21 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/ ##
