https://bugs.exim.org/show_bug.cgi?id=425
Git Commit <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from Git Commit <[email protected]> --- Git commit: http://git.exim.org/exim.git/commitdiff/f38917cc94ab337c15ff70c254dd564ee2dcafe7 commit f38917cc94ab337c15ff70c254dd564ee2dcafe7 Author: Jeremy Harris <[email protected]> AuthorDate: Tue Sep 8 23:05:20 2015 +0100 Commit: Jeremy Harris <[email protected]> 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. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
