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:
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. |