Pages: 1
RSS
sorting office/filters, filters
 
I have some rules in the filters such as:

Text contains any of: sale

and i want to apply this filter only to the texts containing the word sale but not to the mails containing
words such as: Salerno, sales, salesman, etc....

I have tried

sale$
sale\b
[sale]

but it does not work
What should I do?
 
try

text -> matches any of -> \bsale\b
or
text -> match -> sale
Pages: 1