Re: [Exim] deny and require in acl

Página Inicial
Delete this message
Reply to this message
Autor: William Thompson
Data:  
Para: Suresh Ramasubramanian
CC: exim-users
Assunto: Re: [Exim] deny and require in acl
> > 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)


Pretty much what I had thought, just looks strange to me to see the require
since it's a deny if the condition is false.