Hi All,
I am new with ESA and I am trying to block all incoming emails containing the string "BTC" and "wallet"".
I have created a content filter with condition body-contains. I have tried all combinations of these 2 words like :
"(?i)wallet AND (?i)btc"
"(?i)wallet" AND "(?i)btc"
(?i)wallet AND (?i)btc
But none of these conditions are working.
What is the correct syntax ?
Any help would be highly appreciated.
Thx in advance for your support
