Re: Help with custom rule

2008-12-12 Thread Matt Kettler
Yet Another Ninja wrote: > On 12/12/2008 11:54 AM, R.Smits wrote: >> Hello, >> >> Can someone please tell me if this is possible ? >> >> header __RULE1_01 From =~ /domain\.com/i >> header __RULE2_02 Reply-To !~ /domain\.com/i >> meta RULE03 (__RULE1_01 && __RULE2_02) >> score RULE03 0.01 >> >> So c

Re: Help with custom rule

2008-12-12 Thread McDonald, Dan
On Fri, 2008-12-12 at 13:24 +0100, R.Smits wrote: > Yet Another Ninja wrote: > > On 12/12/2008 11:54 AM, R.Smits wrote: > >> Hello, > >> > >> Can someone please tell me if this is possible ? > >> > >> header __RULE1_01 From =~ /domain\.com/i > >> header __RULE2_02 Reply-To !~ /domain\.com/i > >> me

Re: Help with custom rule

2008-12-12 Thread R.Smits
Yet Another Ninja wrote: > On 12/12/2008 11:54 AM, R.Smits wrote: >> Hello, >> >> Can someone please tell me if this is possible ? >> >> header __RULE1_01 From =~ /domain\.com/i >> header __RULE2_02 Reply-To !~ /domain\.com/i >> meta RULE03 (__RULE1_01 && __RULE2_02) >> score RULE03 0.01 >> >> So c

Re: Help with custom rule

2008-12-12 Thread Yet Another Ninja
On 12/12/2008 11:54 AM, R.Smits wrote: Hello, Can someone please tell me if this is possible ? header __RULE1_01 From =~ /domain\.com/i header __RULE2_02 Reply-To !~ /domain\.com/i meta RULE03 (__RULE1_01 && __RULE2_02) score RULE03 0.01 So can the : !~ be used in a header rule ? afaik, nope

Help with custom rule

2008-12-12 Thread R.Smits
Hello, Can someone please tell me if this is possible ? header __RULE1_01 From =~ /domain\.com/i header __RULE2_02 Reply-To !~ /domain\.com/i meta RULE03 (__RULE1_01 && __RULE2_02) score RULE03 0.01 So can the : !~ be used in a header rule ? I have never tried it before Greetings ... Rich