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

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Jakob Hirsch
Ημερομηνία:  
Προς: '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.