Re: [Exim] amavis (and spamassassin) and exim4 - mail not de…

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Jochen Erwied
Data:  
Para: Wolfgang.Fuertbauer
CC: exim-users
Asunto: Re: [Exim] amavis (and spamassassin) and exim4 - mail not delivered
Tuesday, March 19, 2002, 11:42:24 AM, you wrote:


> begin routers


> amavis_router:
> #driver = domainlist
> driver = accept
> condition = "${if eq {received-protocol}{scanned-ok} {0}{1}}"

                          ^ missing $, so condition is always false


> # route_list = "*"
> transport = amavis


> spamcheck_router:
> driver = accept
> condition = "${if eq {$received_protocol}{spam-scanned} {0}{1}}"
> retry_use_local_part
> transport = spamcheck


BTW: I haven't tried spamassassin yet, but in my opinion at least the
amavis-condition must be changed to be ignored when received_protocol
is spam-scanned _or_ scanned-ok to avoid loops.

Something like:

${if or {{eq{$received_protocol}{spam-scanned}}
{eq{$received_protocol}{scanned-ok}}{0}{1}}}

--
mbs GmbH      | http://www.mbs-software.de
Jochen Erwied | mailto:Jochen.Erwied@mbs-software.de
Roemerstr. 15 | phone: +49-2151-7294-0
47809 Krefeld | fax:   +49-2151-7294-50