[exim-dev] [Bug 425] Put captured subexpressions of regex an…

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 425] Put captured subexpressions of regex and mime_regex ACL conditions in $1, $2 etc.
https://bugs.exim.org/show_bug.cgi?id=425

Git Commit <git@???> changed:

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


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

commit f38917cc94ab337c15ff70c254dd564ee2dcafe7
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Tue Sep 8 23:05:20 2015 +0100
Commit:     Jeremy Harris <jgh146exb@???>
CommitDate: Tue Sep 8 23:05:20 2015 +0100


        capture substrings in acl regex= .  bug 425.
----
 doc/doc-docbook/spec.xfpt    |  11 +-
 doc/doc-txt/ChangeLog        |   3 +
 doc/doc-txt/NewStuff         |   3 +
 src/src/config.h.defaults    |   2 +
 src/src/exim.c               |   2 +
 src/src/expand.c             |   9 +-
 src/src/globals.c            |   3 +-
 src/src/globals.h            |   3 +-
 src/src/regex.c              | 247 +++++++++++++++++--------------------------
 test/confs/0568              |  58 ++++++++++
 test/log/0568                |   6 ++
 test/mail/0568.userx         |  33 ++++++
 test/scripts/0000-Basic/0568 |  38 +++++++
 test/stdout/0568             |  24 +++++
 14 files changed, 290 insertions(+), 152 deletions(-)


--
You are receiving this mail because:
You are the QA Contact for the bug.