Re: regexp in selective download filter problem

2003-08-29 Thread Carsten Thönges
* Timur Kadyshev [EMAIL PROTECTED] writes: I'm trying to filter out messages with From: field containing address that starts with 238, and then has three digits before @. Regexp I'm using is ^238\d\d\d@ . Try (?m)^From:\s*238\d{3}@ any search in the entire header. You have to switch on

regexp in selective download filter problem

2003-08-28 Thread Timur Kadyshev
I'm trying to filter out messages with From: field containing address that starts with 238, and then has three digits before @. Regexp I'm using is ^238\d\d\d@ . I tested this regexp with regular filter -- it worked just fine (after I enabled regular expression filtering). Then I created a