View previous topic :: View next topic |
Author |
Message |
Hefty Hippie
Joined: 08 Aug 2006 Posts: 12
|
Posted: Mon Mar 15, 2010 9:39 pm Post subject: Black rules first? |
|
|
Vetaltm,
Is there any way to force black rule/rules to be applied before white rule/rules?
I realise, of course, that doing so would increase the risk of losing important emails but it could just help me out with a few things.
Thanks in advance,
HH |
|
Back to top |
|
|
vetaltm Author
Joined: 05 Feb 2006 Posts: 748
|
Posted: Mon Mar 15, 2010 10:11 pm Post subject: |
|
|
I guess that you have a white rule that covers the messages, which must be classified as spam by a black rule. To resolve the conflict add all conditions from the black rule to the white rule, and toggle "Not" flag for them. In result the white rule will not be fired for messages classified by the black rule.
Here is an example:
White rule:
Header{From} =~ string1
Black rule:
Header{Subject} =~ string2
Updated white rule:
Header{From} =~ string1
not Header{Subject} =~ string2 |
|
Back to top |
|
|
|