https://bugs.exim.org/show_bug.cgi?id=1769
Git Commit <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Git Commit <[email protected]> --- Git commit: http://git.exim.org/exim.git/commitdiff/4f6ae5c314e5c3e462313f3b53c917f36b131bf4 commit 4f6ae5c314e5c3e462313f3b53c917f36b131bf4 Author: Jeremy Harris <[email protected]> AuthorDate: Sat Jan 16 22:17:33 2016 +0000 Commit: Jeremy Harris <[email protected]> CommitDate: Sat Jan 16 23:20:24 2016 +0000 vrfy: permit an acl to override the default 252 response, to support verify-by-acl instead of the more usual verify-by-routers. bug 1769 ---- doc/doc-docbook/spec.xfpt | 11 ++- doc/doc-txt/ChangeLog | 3 + src/src/acl.c | 6 +- src/src/functions.h | 2 +- src/src/receive.c | 10 +-- src/src/smtp_in.c | 161 +++++++++++++++++++++---------------------- test/confs/0041 | 5 ++ test/scripts/0000-Basic/0041 | 1 + test/stderr/0041 | 15 +++- test/stdout/0041 | 1 + 10 files changed, 122 insertions(+), 93 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/ ##
