On Wed, 31 Aug 2005, Marc Perkel wrote:

> This would be a handy feature to have:
> 
> OrCondition = condition 1
> OrCondition = condition 2
> OrCondition = condition 3
> 
> Since numtiple condition = creates an "and" condition the OrCondition would
> require that only one of the OrConditions be true.

If you are talking about ACLs, then

  deny  condition 1
  deny  condition 2
  
gives you an "or condition", whereas

  deny  condition 1
        condition 2
        
gives you an "and" condition.  


-- 
Philip Hazel            University of Cambridge Computing Service,
[EMAIL PROTECTED]      Cambridge, England. Phone: +44 1223 334714.
Get the Exim 4 book:    http://www.uit.co.uk/exim-book

-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to