https://bugs.exim.org/show_bug.cgi?id=2674
Philip Hazel <Philip.Hazel@???> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID
--- Comment #1 from Philip Hazel <Philip.Hazel@???> ---
Your example is working as expected. Hint: when you use \ to continue a line in
a C program, preceding spaces are not removed. Solution: start your pattern
with (?x) to ignore embedded white space.
--
You are receiving this mail because:
You are on the CC list for the bug.