Re: [Exim] how to avoid dupes ?

Top Page
Delete this message
Reply to this message
Author: Michael V. Sokolov
Date:  
To: exim-users
Subject: Re: [Exim] how to avoid dupes ?
On Friday 12 September 2003 12:38, Robert Kehl wrote:

> That's because you're missing a
> {1}
> right behind the
> {0}
> in the condition. Use this:
>
> condition = "${if eq {$received_protocol}{spam-scanned} {0}{1}}"


Robert, thanks anyway, at this moment i try to split backups for int -> ext,
ext -> int , int <-> int mail, and for int -> ext router i've change our
router:

senders = +local_domains
domains = !*@+local_domains

for internal mail backup:

domains = +local_domains
senders = +local_domains

but, there's some error, because i've got "unknown named address list
"+local_domains""
in mainlog. It's very strange, because "exim4 -bP +local_domains" lists all
domains correctly and in all other routers it works fine...

--

Michael V. Sokolov, SA/Helpdesk