On Thu, 2018-04-19 at 16:23 +0100, Jeremy Harris via Exim-users wrote: > ".*?" - given the *, the ? is redundant. And then so is the > rest of the line.
Apologies if I'm missing some other subtlety, but ".*?" is a non-greedy match - i.e. it will consume the fewest number of characters possible, and in particular in this case won't consume the remainder of the line. Regards, Adam -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
