Thanks for the response.
One clarification:
I want to apply an AND operation, not an OR operation.
So, as the documentation says:
"! AND , :This combination can be used to obtain the exclusion of events matching two criteria."
My filter is:
!Text1,!Text2 which equals to "Message Field does not start with Text1 AND Message Field does not start with Text2".
An event with the message field containing Text1 is generated, so filter should not be triggered as the first criteria evaluates True and the second one is False; False AND True is False but the filter is activated and sends an e-mail message.
Then a second event containing Text2 is generated. Again, filter should not be triggered as first criteria is False AND the second one is True but the filter activates and sends an e-mail message.
Thanks a lot
O. Diaz