Hi,
I’m trying to filter the bodies of emails for email adresses in case of an automatic response, where an alternative contact is being mentioned.(ultimately I want to forward the email to that contact)
Unfortunately I’m failing at finding a good way to filter for the email address, since each automatic response looks/ is built differently.
ATM I’m trying to filter for “LabelBefore”, which is "Mail: " and “LabelAfter”, which is "strong text ". (an alternative would be cutting after the expression, which ends in “.com” or “.de”)
Unfortunately it doesn’t return matches, only a notification to the effect of “more/ less matches found”
Anyone know how to solve this?
I think it would be best to return only the first match, but I couldn’t figure out how to do that -,-
does anyone have suggestions on how I coul improve this/ fix this issue?
Thanks in advance!
JR