[exim-dev] [Bug 1769] vrfy acl's and explicit 5xx deny

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 1769] vrfy acl's and explicit 5xx deny
https://bugs.exim.org/show_bug.cgi?id=1769

Git Commit <git@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |git@???


--- Comment #2 from Git Commit <git@???> ---
Git commit:
http://git.exim.org/exim.git/commitdiff/4f6ae5c314e5c3e462313f3b53c917f36b131bf4

commit 4f6ae5c314e5c3e462313f3b53c917f36b131bf4
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Sat Jan 16 22:17:33 2016 +0000
Commit:     Jeremy Harris <jgh146exb@???>
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.