Re: [exim] 2 !hosts or 1 joint !hosts

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Jakob Hirsch
Date:  
À: 'Exim-users'
Sujet: Re: [exim] 2 !hosts or 1 joint !hosts
Richard.Hall wrote:

> (NOT a OR b) == (NOT a) AND (NOT b)


you mean

NOT (a OR b) = (NOT a) AND (NOT b)

On the subject: I think you are right, they are functionally equivalent.