著者: Jakob Hirsch
日付:
To: 'Exim-users'
題目: 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.