2 Jul
2021
2 Jul
'21
1:43 p.m.
Hello,
I want to find a keyword in the subject between two "*". How do I have to mask the "*" correctly?
I tried: if header :matches "subject" "\*xyz\**" if header :matches "subject" "\\*xyz\\**"
Hardy