[exim-dev] [Bug 2356] Support case insensitive matching of b…

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Old-Topics: [exim-dev] [Bug 2356] New: Support case insensitive matching of blind local parts
Subject: [exim-dev] [Bug 2356] Support case insensitive matching of blind local parts
https://bugs.exim.org/show_bug.cgi?id=2356

Git Commit <git@???> changed:

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


--- Comment #7 from Git Commit <git@???> ---
Git commit:
https://git.exim.org/exim.git/commitdiff/7c498df16cbb3d35eb8df3668ec426388f0dc974

commit 7c498df16cbb3d35eb8df3668ec426388f0dc974
Author:     Simon Arlott <bugzilla.exim.simon@???>
AuthorDate: Sat Mar 16 16:01:15 2019 +0000
Commit:     Jeremy Harris <jgh146exb@???>
CommitDate: Sat Mar 16 16:01:15 2019 +0000


    add caseless option to verify=not_blind.  bug 2356
----
 doc/doc-docbook/spec.xfpt     |  7 ++++-
 doc/doc-txt/NewStuff          |  2 ++
 src/src/acl.c                 | 17 +++++++++--
 src/src/functions.h           |  2 +-
 src/src/verify.c              | 33 +++++++++++-----------
 test/confs/0583               | 24 ++++++++++++++++
 test/log/0583                 |  6 ++++
 test/rejectlog/0507           |  2 +-
 test/rejectlog/{0507 => 0583} | 10 +++----
 test/scripts/0000-Basic/0507  |  2 +-
 test/scripts/0000-Basic/0583  | 65 +++++++++++++++++++++++++++++++++++++++++++
 test/stderr/0583              | 12 ++++++++
 test/stdout/0583              | 52 ++++++++++++++++++++++++++++++++++
 13 files changed, 207 insertions(+), 27 deletions(-)


--
You are receiving this mail because:
You are on the CC list for the bug.