On wto, 2008-10-21 at 05:38 -0700, mathiasadsl wrote:
> Ok, it's getting better now but all my emails are forwared to
> [EMAIL PROTECTED]
> Even those which are not tagged as  [SPAM]
> I guess i have some troubles with the regular expression.
> Can you help me in the syntax issue?

Well... strange. Because the pattern you specified should match only those 
positively scored. (or having hit some rule with YES in name (I dunno if there 
are any such rules)).

/^X-Spam-Status:[.*](Yes|YES)/ REDIRECT [EMAIL PROTECTED]

But it seems you're using pcre but declare it as "normal" regexp. (I
think pcre introduce the alternative notation with parentheses).

-- 
  Kruk@ -\                   | C++  PROGRAMMERS  do it with private members
          }-> epsilon.eu.org | and public objects
http:// -/                   | 
                             | 

Reply via email to