Re: [exim] endpass absent

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Jeremy Harris
Fecha:  
A: exim-users @ exim. org
Asunto: Re: [exim] endpass absent
Doug Jolley wrote:
> In the absence of the endpass
> modifier, control is always passed to the next
> ACL if there is a failing condition. Am I
> looking at this correctly?


Nope.

In the absence ... control is passed
to the next verb in this ACL if there is a failing
condition (which could be an implicit deny at the end).

For a successful condition, the current ACL returns
(with a success status).


- Jeremy