I'm trying to filter our emails on Gmail that are:
from: specific sender
to: specific recipient
subject: contains specific words
I tried this filter:
has words>> from:[email protected] AND to: [email protected] --> this works by its own
has words>> subject:(test AND demo) --> this works by its own
problem is - when I use them together, it doesn't work:
has words>> from:[email protected] AND to: [email protected] AND subject:(test AND demo
OR
has words>> from:[email protected] AN subject:(test AND demo)
How can I achieve the filtering I need?
If you want to add multiple words, you need to use quotes, and OR to separate words like so "word1" OR "word2" OR "word3"
I found this especially useful when trying to get rid of all the privacy policy emails I've been getting slammed with lately. This short tutorial explains it. https://youtu.be/f9Ttwq-Pidw