Thread

Index > Scribe > Filters: how to stop processing from script
Author/Date Filters: how to stop processing from script
Scott
15/05/2016 11:12pm
I have two filters that have overlapping Conditions. Both use scripts (a single print statement) and have the "Stop further processing of filters" checkbox checked. It seems that both scripts execute twice and do not stop further processing.

How can I stop further processing from a script?
fret
21/05/2016 11:56am
I've implemented some method functions on the filter object:
Filter.DoActions(Mail);
Filter.StopFiltering();
So you'll be able to use those in the next build.

The documentation has been updated too.
Scott
28/05/2016 10:12pm
Excellent - thank you!
Reply