Auteur: Michael V. Sokolov Date: À: exim-users Sujet: 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:
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...