https://bugs.exim.org/show_bug.cgi?id=2306

Philip Hazel <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Philip Hazel <[email protected]> ---
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.
-- 
## List details at https://lists.exim.org/mailman/listinfo/pcre-dev 

Reply via email to