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 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

Ok, this works... but maybe to good .....

If a mail message has no "Reply-To:" field, this rule triggers...

Can I do a "if excist" check or something ....?

I want to check :

Message with From Address from our company
Replay address that is NOT from our company .....

Can this be done ?

Greetings... Richard Smits


Reply via email to