hcl-bot
1
I want create rule that will pull the word “Sup” out of the subject and move it to another foloder:
Subject: “Sup” move to folder
Subject: “Support” do nothing
basically, if there is a word that has “SUP” in it i don’t want it to do anything unless it is the word called: SUP.
Thanks.
bc3
hcl-bot
2
Subject: Mail Rule: Only want: “Sup” not “Support”. How?
If I understand your question, can you not just match on "SUP " i.e. “SUP” with an empty space " " straight after it?
C>
hcl-bot
3
Subject: RE: Mail Rule: Only want: “Sup” not “Support”. How?
instead of using body, subject “contains” SUP; use body, subject “is” SUP in the rule
hcl-bot
4
Subject: Or use 2 conditions:
subject contains sup AND not contains support.