[quote user="tomt"]
If header "F" contains "Sam@domain.com" Copy "Bob"
If header "F" contains "Sam@domain.com" Copy "Fred"
This works well and Bob & Fred receive copies of emails sent from Sam.
BUT...
If Sam adds multiple recipients to his email then Bob & Fred receive multiple copies of the same email..
Any way to resolve this ?
[/quote]
What about:
If header "F" contains "Sam@domain.com" LogicalAnd ""
If not header "CT" contains "Bob@domain.com" Copy "Bob"
If header "F" contains "Sam@domain.com" LogicalAnd ""
If not header "CT" contains "Fred@domain.com" Copy "Fred"
Best regards,
Nico
[quote user="tomt"]
If header "F" contains "Sam@domain.com" Copy "Bob"
If header "F" contains "Sam@domain.com" Copy "Fred"<P>This works well and Bob &amp; Fred receive copies of emails sent from Sam.</P><P>BUT...
If Sam adds multiple recipients to his email then Bob &amp; Fred receive multiple copies of the same email..</P><P>Any way to resolve this ?</P>[/quote]
What about:
If header "F" contains "Sam@domain.com" LogicalAnd ""
If not header "CT" contains "Bob@domain.com" Copy "Bob"
If header "F" contains "Sam@domain.com" LogicalAnd ""
If not header "CT" contains "Fred@domain.com" Copy "Fred"
Best regards,
Nico