Auteur: Adam D. Barratt Date: À: exim-users Sujet: Re: [exim] Exim 4.91 and eximstats
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.