Hello! On Fri, 12 Jan 2024 at 10:40:45 (+0000), Jeremy Harris via Exim-users wrote:
> \s+(?<from><.*?>) matches the <> (though the ? is pointless, given the *) Out of scope of the thread: it's actually not pointless as it limits capture group, roughly saying, to `<[^>]*>' (the `?' makes `.*' be non-greedy). -- George L. Yermulnik [YZ-RIPE] -- ## subscription configuration (requires account): ## https://lists.exim.org/mailman3/postorius/lists/exim-users.lists.exim.org/ ## unsubscribe (doesn't require an account): ## [email protected] ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
