I'm trying to create a rule with the following items:
1: WHAT: a particular item
WHAT: spam score = 3
DIRECTION=in
ACTION=quarantine
So what i'm expecting is:
EVERY incoming mail that have the header specified AND spam score is >=3 is matched by the rule and therefore quarantinated
What happened:
EVERY incmong mail that have the header specified REGARDELESS by the spam score is quarantinated.
SO my question is: multiple WHAT objects is chained by OR or by AND , in other words should be interpreted as "IF what1 AND what2 is matched THEN do something" or interpreted as "IF what1 OR what2 is matched then DO something".
Thx in advance
1: WHAT: a particular item
WHAT: spam score = 3
DIRECTION=in
ACTION=quarantine
So what i'm expecting is:
EVERY incoming mail that have the header specified AND spam score is >=3 is matched by the rule and therefore quarantinated
What happened:
EVERY incmong mail that have the header specified REGARDELESS by the spam score is quarantinated.
SO my question is: multiple WHAT objects is chained by OR or by AND , in other words should be interpreted as "IF what1 AND what2 is matched THEN do something" or interpreted as "IF what1 OR what2 is matched then DO something".
Thx in advance