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

Top Page
Delete this message
Reply to this message
Author: Jakob Hirsch
Date:  
To: 'Exim-users'
Subject: 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.