Create "stop processing" filter option
There should be an option to "stop processing" future filters if that filter is true (i.e., if I have 5 filters and I have a filter at the top that is satisfied AND has the "stop processing" option, then it will stop instead of running through the other 4 rules). There are many instances where I only want the first filter that satisfies the criteria to attach a new label and then stop.
-
T commented
To really make this flexible, it would be ideal if a user could also trigger off of tags inserted by previous filter steps. Let's say, in the example I have listed above with 5 filters, my email hits rule #2 that has a "stop processing" filter option EXCEPT if it has specific tags.
Label 1 = Amazon
Label 2 = Caution
Label 3 = Everything elseI would like to be able to say "Stop processing the filter rules if it is 'Amazon' (Label 1), but keep processing if it is 'Caution' (Label 2) or 'Everything Else' (Label 3)" so that Label 1 would be done, but if it were a different email it would need to go through the remainder of my filter rules.