https://bugs.exim.org/show_bug.cgi?id=2245
Zoltan Herczeg <hzmester@???> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hzmester@???
--- Comment #1 from Zoltan Herczeg <hzmester@???> ---
There is no "file" term in PCRE, it is a regex engine which matches patterns to
strings.
For input start/end checks you can use \A \z.
Both \r \n are converted to LF CR respectively.
--
You are receiving this mail because:
You are on the CC list for the bug.