https://bugs.exim.org/show_bug.cgi?id=2306
Philip Hazel <ph10@???> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID
--- Comment #1 from Philip Hazel <ph10@???> ---
I cannot repeat your problem, I'm afraid:
PCRE2 version 10.32-RC1 2018-08-13
/foo(*ACCEPT:foo)/
foo
0: foo
And it works in Perl as well:
$ perl -e 'if (foo =~ /(foo(*ACCEPT:foo))/) { print "yes >$&<\n"; } else {
print "no \n"; }'
yes >foo<
Please give more detail, but as it stands, this is invalid.
--
You are receiving this mail because:
You are on the CC list for the bug.