Re: Creating rule with .and. operator...

2007-08-02 Thread Theo Van Dinter
On Thu, Aug 02, 2007 at 12:52:49PM -0300, Rejaine Monteiro wrote: > How can I create a rule to match no-spam e-mail with have (both) > words "hello" and "testing" (body or hearder) > > I tried to use: > > /hello&testing/i > /hello&&testing/i > /hello && testing/i These are regular express

Creating rule with .and. operator...

2007-08-02 Thread Rejaine Monteiro
Hi, How can I create a rule to match no-spam e-mail with have (both) words "hello" and "testing" (body or hearder) I tried to use: /hello&testing/i /hello&&testing/i /hello && testing/i but not working... I need to match messages with have hello and testing in any position, like