https://bugs.exim.org/show_bug.cgi?id=2245
Zoltan Herczeg <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Zoltan Herczeg <[email protected]> --- 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. -- ## List details at https://lists.exim.org/mailman/listinfo/pcre-dev
