Hi,
What's the best way to set up a filter along the lines of this:
from:[email protected] AND (subject:Hello OR subject: Hi)
We don't have the option to use parentheses when creating a filter and it's my understanding that entering:
would be parsed as:
What's the best way to set up a filter along the lines of this:
from:[email protected] AND (subject:Hello OR subject: Hi)
We don't have the option to use parentheses when creating a filter and it's my understanding that entering:
would be parsed as:
(from:[email protected] AND subject:Hello) OR subject: Hi