>Each OR effectively takes you down a level of nesting.  That is:
>
>         OR (FROM "a") OR (FROM "b") OR (FROM "c") (FROM "d")
>is effectively
>         OR (FROM "a") (OR (FROM "b") (OR (FROM "c") (FROM "d")))

I never realized this!  And my server does not handle such a thing 
appropriately.  It makes sense but it never occurred to me.  Is this 
detailed in the spec?  I cannot find any statement that clarifies it.

Pete


Reply via email to