At  2:28 AM EST on February 22 Danie Roux sent off:
> I want to specify something like 
> 
> ~C (domain & !user@domain)
> 
> i.e. Match everyone from domain except a certain user. How would I do
> this?

The operator you're looking for is " ", i.e. conditions are automatically
ANDed, so

~C domain ~f user

should do what you want, if I understand correctly.

-- 
If the apple Newton saw fall was a Golden Delicious, what kind of cheese
would the Moon be?
Robert I. Reid <[EMAIL PROTECTED]>     http://astro.utoronto.ca/~reid/
PGP Key: http://astro.utoronto.ca/~reid/pgp.html

Reply via email to