12

I'm trying to create a filter that moves all email from an email address like "supportGroup@mycompany.com" to a "support mail" folder. The problem is that in Outlook "supportGroup" is actually an email group, so my rule moves email from ANYone in that group to "support mail". Is it possible to have the rule only pick up emails that have a "from:" value of "supportGroup@myCompany.com" exactly?

niton
  • 1,832

2 Answers2

26

So it turns out there is a filter option I missed the first time around called "...with specific words in the sender's address". That worked.

1

Please be aware that sender's address does NOT match on the name - only the email address! John Doe <johndoe@somewhere.com> can be matched as:

Apply to message
with "johndoe@somewhere.com" in the sender's address
  and with "From: John Doe <johndoe@somewhere.com>" in the message header
Erik Bachmann
  • 116
  • 1
  • 4