From: vinayak.mahadevan on
Due to Certain Company Policies I maintain a copy of all the incoming
and outgoing mail. I do this using synonym. The problem I am facing is
that a copy of the mails which satisfy rule no. 1 is not made whereas
a copy of mails which satisfy rule 2 are made. The following is the
Rules which I have created in Synonym.conf

<Rules>
<Rule>
<Condition>
<Header>From</Header>
<Match>abc(a)xxxxx.com</Match>
</Condition>
<Condition>
<Header>To</Header>
<Match>abc(a)xxxxx.com</Match>
</Condition>
<Action>
<ActionType>Copy</ActionType>
<Address>xyz(a)xxxx.com</Address>
</Action>
</Rule>

<Rule>
<Condition>
<Header>From</Header>
<Match>.*</Match>
</Condition>
<Condition>
<Header>To</Header>
<Match>.*</Match>
</Condition>
<Action>
<ActionType>Copy</ActionType>
<Address>123(a)xxxx.com</Address>
</Action>
</Rule>
</Rules>
Any Help will be greatly appreciated
Thanks and Regards
Vinayak