https://bugs.exim.org/show_bug.cgi?id=2214
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/5b6f765805bac2cfe4dc62195c33d24f64cc49e4 commit 5b6f765805bac2cfe4dc62195c33d24f64cc49e4 Author: Jeremy Harris <[email protected]> AuthorDate: Sat Dec 30 13:55:54 2017 +0000 Commit: Jeremy Harris <[email protected]> CommitDate: Sat Dec 30 14:13:23 2017 +0000 mime acl: fix smtp response for non-accept result of the acl. bug 2214. as far as i can see this was broken back in 2013, f4c1088 for 4.82 ---- doc/doc-txt/ChangeLog | 4 ++++ src/src/receive.c | 51 +++++++++++++++++++---------------------- src/src/smtp_in.c | 2 +- test/confs/4000 | 4 ++++ test/log/4000 | 19 +++++++-------- test/mail/4000.userx | 42 ++++++++++++++++----------------- test/rejectlog/4000 | 19 +++++++++++++++ test/scripts/4000-scanning/4000 | 29 +++++++++++++++++++++++ test/stdout/4000 | 25 ++++++++++++++------ 9 files changed, 129 insertions(+), 66 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/ ##
