https://bugs.exim.org/show_bug.cgi?id=2565
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/37c0e209412be42f04a4599ecad6f901bff46f08 commit 37c0e209412be42f04a4599ecad6f901bff46f08 Author: Jeremy Harris <[email protected]> AuthorDate: Fri May 1 11:42:35 2020 +0100 Commit: Jeremy Harris <[email protected]> CommitDate: Fri May 1 11:51:09 2020 +0100 fix $local_part_verified for remote-delivery routing following local. bug 2565 ---- src/src/deliver.c | 1 + src/src/globals.c | 1 + src/src/macros.h | 2 +- src/src/route.c | 25 +++++++++++-------------- src/src/structs.h | 1 + test/confs/0587 | 37 +++++++++++++++++++++++++++++++++++++ test/log/0587 | 8 ++++++++ test/scripts/0000-Basic/0587 | 18 ++++++++++++++++++ test/stdout/0587 | 14 ++++++++++++++ 9 files changed, 92 insertions(+), 15 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/ ##
