A fourth way would be to use header rules in Global filtering. You could use two rules like this:
If To: contains support@acme.com then forward to joe@acme.com
If To: contains support@acme.com then forward to fred@acme.com
Or, a more efficient way would be to branch to a label like this:
If To: contains support@acme.com then Goto label Support_Fwd
.
.
.
Always exit
Label Support_Fwd
Always forward to joe@acme.com
Always forward to fred@acme.com
Always Exit
<p>A fourth way would be to use header rules in Global filtering.&nbsp; You could use two rules like this:</p><p><i>If To: contains support@acme.com then forward to joe@acme.com</i></p><p><i>If To: contains support@acme.com then forward to fred@acme.com&nbsp; </i></p><p>&nbsp;</p><p>Or, a more efficient way would be to branch to a label like this:
</p><p><i>&nbsp;If To: contains support@acme.com then Goto label Support_Fwd</i></p><p><i>.</i></p><p><i>.</i></p><p><i>.</i></p><p><i>Always exit
</i></p><p><i>Label Support_Fwd</i></p><p><i>Always forward to joe@acme.com </i></p><p><i>Always forward to fred@acme.com</i></p><p><i>Always Exit </i></p><p>&nbsp;</p>