To test a condition and then perform multiple actions you can create a rule that checks for the condition, the sender in your case, then diverts the rule processing using a GOTO Label action. In the Label you would set the additional rules and actions. Below is what yours might look like. Note the Always Exit commands as the last rule before the start of the Labels and at the end of the Label processing. These are imperative to prevent rule processing from continuing down into the Labels and from Label to Label. Obviously Labels need to be at the bottom rule list. You can have as many Labels as you need.
If Sender = John GOTO John
.
.
.
.
.
Alway Exit
Comment: Labels start here
Label John
Always set message color
If message date between 2 & 100 days old always move
Always Exit
<p>To test a condition and then perform multiple actions you can create a rule that checks for the condition, the sender in your case, then diverts the rule processing using a GOTO Label action.&nbsp; In the Label you would set the additional rules and actions.&nbsp; Below is what yours might look like.&nbsp; Note the Always Exit commands as the last rule before the start of the Labels and at the end of the Label processing.&nbsp; These are imperative to prevent rule processing from continuing down into the Labels and from Label to Label.&nbsp; Obviously Labels need to be at the bottom rule list.&nbsp; You can have as many Labels as you need.
</p><p>If Sender = John&nbsp; GOTO John
.
.
.
.
.
Alway Exit
Comment: Labels start here
Label John
Always set message color
If message date between 2 &amp; 100 days old always move
Always Exit</p><p>&nbsp;</p>