On 1/4/02 5:06 PM, "Adam Bailey" <[EMAIL PROTECTED]> wrote:

> An example of a rule I'm using is this:
> 
>   If any recipient is A
>   Or any recipient is B
>   But no recipient is C
>   Run script (which should set the account)

there's no such set of criteria [possible. That would only be possible if
you could do:

(A or B) and (not C)

which we all know we can't do. You mentioned this yourself.

If you have <when ANY criteria are met), then its doing

A or B or (not C).

But I'm sure there are hundreds of not C's, and it's not running on them .
So you probably have <when ALL criteria are met>, which means it will only
run when

A and B and (not C)

There are probably only one or two messages that have that combination, so
that's why nothing much is happening.

You'll have to do it by script, not by rule. Rules can't do the [(A or B)
and (not C], but scripts can, as I said in an earlier message.  I think it's
probably time for you to explain what the criteria are meant to be, and then
there's probably a simple script that can do it.

-- 
Paul Berkowitz


-- 
To unsubscribe:                     
<mailto:[EMAIL PROTECTED]>
archives:       
<http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/>
old-archive:       
<http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>

Reply via email to