https://bugs.exim.org/show_bug.cgi?id=2341
Git Commit <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #10 from Git Commit <[email protected]> --- Git commit: https://git.exim.org/exim.git/commitdiff/de6f74f297d040a34746bc8e1829ad4b867441c9 commit de6f74f297d040a34746bc8e1829ad4b867441c9 Author: Jeremy Harris <[email protected]> AuthorDate: Wed Dec 5 16:09:01 2018 +0000 Commit: Jeremy Harris <[email protected]> CommitDate: Wed Dec 5 17:09:00 2018 +0000 send delay-mdn for any queurun past delay_warning, even if not retry time yet. bug 2341 ---- doc/doc-txt/ChangeLog | 8 +- src/src/deliver.c | 54 +- src/src/macros.h | 2 + src/src/retry.c | 21 +- test/confs/0098 | 16 + test/log/0098 | 16 + test/mail/0098.CALLER | 63 ++ test/rejectlog/0098 | 3 + test/runtest | 2 +- test/scripts/0000-Basic/0098 | 19 + test/stderr/0275 | 4 +- test/stderr/0278 | 4 +- test/stderr/0357 | 15 +- test/stderr/0358 | 14 +- test/stderr/0361 | 12 +- test/stderr/0386 | 8 +- test/stderr/0388 | 8 +- test/stderr/0402 | 20 +- test/stderr/0403 | 4 +- test/stderr/0404 | 2436 +++++++++++++++++++++--------------------- test/stderr/0408 | 4 +- test/stderr/0487 | 4 +- test/stderr/0529 | 10 +- test/stderr/0554 | 7 +- test/stderr/2600 | 4 +- test/stderr/2610 | 4 +- test/stderr/2620 | 4 +- test/stderr/5004 | 4 +- test/stderr/5005 | 16 +- test/stderr/5006 | 4 +- test/stdout/0098 | 2 + 31 files changed, 1479 insertions(+), 1313 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/ ##
