I need to respond to machine generated emails, except those also sent to one colleague or contain a particular topic outside my responsibility.
I've been trying to set up a Gmail filter which includes all mail from user X but NOT those emails which are also addressed to user Y NOR those containing "junk_term". I want the emails archived and to skip the inbox.
I created a filter like so:
"from:(user_X@address.com) -{user_Y@address.com OR junk_term}"
Run Code Online (Sandbox Code Playgroud)
但似乎没有任何影响,或者没有办法"刷新"当前标记的电子邮件标签.如果上面的代码恰好是正确的语法,并且有一些方法可以刷新所有内容,我也很感激学习如何做到这一点.谢谢.