Rule with Multiple Conditions Example

If you want all e-mails from your supervisor containing information about "project updates" to be sent to a specific mailbox in your account, you would set a rule with two conditions:

  1. The message must be from your supervisor; and
  2. The message must contain the words "project updates" in the subject or message body of the e-mail.

The rules.ima format:

<BOSS>F~supervisor@domain.com!AND!B~project updates:BOSS

Where:

<BOSS>

Rule Name

F~supervisor@domain.com

From Address must contain "supervisor@domain.com"

!AND!

AND means all conditions must be true to be selected

B~project updates

Body of message must contain "project updates"

:BOSS

mailbox name, that message will be forwarded to of user's account.