What comparison operators can be used when making meta rules? For instance the following is using the && operator for testing that both tests are passed. I am assuming then that there is NOTs and ORs, but I can find no specific references to the syntax.
meta VALID_PAYPAL_EMAIL (ONLY_PAYPAL_FROM && MSGID_FROM_MTA_PAYPAL ) james
