Re: [Exim] deny and require in acl

Página Inicial
Delete this message
Reply to this message
Autor: Suresh Ramasubramanian
Data:  
Para: William Thompson, exim-users
Assunto: Re: [Exim] deny and require in acl
William Thompson <wt@???> wrote:
> What's the difference between:
>
> deny !verify = sender
>


Deny unverified senders

> and
>
> require verify = sender


Require that all senders be verified

Effectively the same. (negative of a negative is a positive)