https://bugs.exim.org/show_bug.cgi?id=2452
Git Commit <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Git Commit <[email protected]> --- Git commit: https://git.exim.org/exim.git/commitdiff/d6c829b9a350f61c98196768e3260beb3cbecbfe commit d6c829b9a350f61c98196768e3260beb3cbecbfe Author: Jeremy Harris <[email protected]> AuthorDate: Wed Oct 2 14:49:55 2019 +0100 Commit: Jeremy Harris <[email protected]> CommitDate: Wed Oct 2 14:50:40 2019 +0100 dsn: add references: header. bug 2452 ---- doc/doc-txt/ChangeLog | 2 + src/src/deliver.c | 18 +++-- src/src/functions.h | 1 + src/src/moan.c | 84 ++++++++++++++++++++-- src/src/transports/autoreply.c | 47 +----------- test/mail/0015.CALLER | 2 + test/mail/0021.CALLER | 1 + test/mail/0021.ok | 2 + test/mail/0021.userx | 3 + test/mail/0032.CALLER | 1 + test/mail/0037.CALLER | 9 +++ test/mail/0037.postmaster | 2 + test/mail/0048.CALLER | 5 ++ test/mail/0051.CALLER | 4 ++ test/mail/0052.CALLER | 2 + test/mail/0098.CALLER | 8 +++ test/mail/0103.CALLER | 2 + test/mail/0136.forwarder | 2 + test/mail/0140.CALLER | 1 + test/mail/0142.CALLER | 1 + test/mail/0164.CALLER | 2 + test/mail/0165.CALLER | 2 + test/mail/0174.CALLER | 1 + test/mail/0176.CALLER | 1 + test/mail/0177.CALLER | 1 + test/mail/0194.CALLER | 3 + test/mail/0211.CALLER | 2 + test/mail/0224.CALLER | 2 + test/mail/0226.CALLER | 2 + test/mail/0233.me | 3 + test/mail/0237.CALLER | 2 + test/mail/0253.lmn | 1 + test/mail/0256.CALLER | 1 + test/mail/0256.abc@def | 1 + test/mail/0256.abcd+test.ex+xxxx | 1 + "test/mail/0256.abcd+unknown.domain+\"abc@def\"" | 1 + test/mail/0266.CALLER | 1 + test/mail/0266.postmaster | 6 ++ test/mail/0270.CALLER | 1 + test/mail/0270.postmaster | 6 ++ test/mail/0280.CALLER | 2 + test/mail/0283.CALLER | 1 + test/mail/0296.CALLER | 1 + test/mail/0298.CALLER | 2 + test/mail/0306.anyone | 2 + test/mail/0307.anyone | 2 + test/mail/0309.CALLER | 1 + test/mail/0310.CALLER | 1 + test/mail/0321.CALLER | 1 + test/mail/0374.CALLER | 1 + test/mail/0375.CALLER | 1 + test/mail/0383.CALLER | 3 + test/mail/0385.CALLER | 4 ++ test/mail/0428.CALLER | 2 + test/mail/0452.CALLER | 1 + test/mail/0461.CALLER | 3 + test/mail/0508.postmaster | 1 + test/mail/0522.CALLER | 2 + test/mail/0531.CALLER | 3 + test/mail/0536.oksender | 1 + test/mail/0536.user1 | 1 + test/mail/0536.user2 | 1 + test/mail/0573.limited | 1 + test/mail/0573.not_limited | 1 + ...40\245\207\340\244\271\340\245\210\340\244\202" | 1 + ...40\245\207\340\244\271\340\245\210\340\244\202" | 1 + ...40\245\207\340\244\271\340\245\210\340\244\202" | 1 + test/mail/4550.store | 1 + test/mail/4700.CALLER | 2 + test/mail/5101.copied | 2 + test/mail/5200.postmaster | 1 + test/mail/5204.CALLER | 1 + test/stderr/0388 | 2 + test/stdout/3412 | 1 + 74 files changed, 233 insertions(+), 56 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/ ##
