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
I have never tried it before ....
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 should wor