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

Philip Hazel <[email protected]> changed:

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

--- Comment #1 from Philip Hazel <[email protected]> ---
1. PCRE1 (the 8.xx series) is obsolete. The current release (8.44) may well be
the last. PCRE2 (the 10.xx series) is where current development happens.

2. However, this is not a bug. The "$" character, by default, matches at the
end of the subject string or immediately before a final line ending. If you do
not want this normal Perl-style action, set the PCRE2_DOLLAR_END_ONLY option or
use \z instead of $.

-- 
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