Move email from or cc from specific domain

0

I work on specific projects that involve a lot of 3rd party companies. Along with the customer's domain I'd like to move the associated 3rd party emails to the same project folders.

I can move email to folder when sender is from a specific domain, but what about when that same specific domain is in the cc? I cannot seem to be able to do this!

Alex F

Posted 2016-02-25T10:26:52.007

Reputation: 1

You could do this with a VBa script. The problem you'll have is though what happens if 2 rules apply. Does the email get copied, does only 1 rule get executed. – Dave – 2016-02-25T11:47:38.590

Answers

0

Microsoft Outlook has a filter condition labelled "sent to people or public group", which seems to do what you ask for. Using the Rules Wizard I created a rule with details summarized as:

Apply this rule after the message arrives
sent to gmail.com
move it to the Gmail folder

Sending mail to that address, if I cc a gmail.com address, the rule catches it and the e-mail gets moved to the designated folder. If I omit the cc it does not.

Might be worth noting that when you specify the recipient address, Outlook will offer you a browse selection from your address book. Just type the desired domain in the "To:" field at the bottom. Outlook will say it doesn't know the user, but go ahead anyway and it should work.

This is with Outlook 2010, in case there are variations to syntax or elsewhere. Outlook because of the question tag, of course. It might be noted that it is even more straightforward in Mozilla Thunderbird, but this post is probably too long already.

EDIT #1: Detailed instructions

  1. Under the "Home" menu, click "Rules"
  2. Select "Manage Rules & Alerts"
  3. Click "New Rule"
  4. Under "Start from a blank rule", select "Apply rule on messages I receive", click "Next"
  5. Under "Step 1: Select condition(s)", check the box for "sent to people or specific group"
  6. Under "Step 2: Edit the rule description", click on the highlighted "people or public group" text
  7. In the "To ->" field near the bottom of the window, enter the domain you wish to filter for, click "OK"
  8. In the "Check Names" window, where it complains of not recognizing the address, click "Cancel"
  9. Back in the "Rules Wizard", noting that the rule description now includes your selected domain, click "Next"
  10. Under "Step 1: Select action(s)", check the box for "move it to the specified folder"
  11. Under "Step 2: Edit the rule description", click on the highlighted "specified" text
  12. Select an Outlook folder, click "OK"
  13. Again returned to the "Rules Wizard", note that the rule description now also includes the action to take
  14. Click "Finish" or "Next" (to add exceptions), name the rule as requested
  15. Ensure that "Turn on this rule" is checked, optionally check "Run this rule now", and click "Finish"

anlag

Posted 2016-02-25T10:26:52.007

Reputation: 138