From: vinayak.mahadevan on 14 Feb 2007 00:11 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
|
Pages: 1 Prev: verify from address milter Next: Troubling sending mail to some smtp server |