Re: Rules order to save processing time

2020-02-19 Thread Henrik K
On Wed, Feb 19, 2020 at 08:38:15AM +, Pedro David Marco wrote: > I have a very heavy regex rules set that only make sense if a very simple > regex > triggers... > > i think it would be a good idea to have some kind of TFLAG, for example: > > tflagsdepends_on > > to indicate that a

Rules order to save processing time

2020-02-19 Thread Pedro David Marco
I have a very heavy regex rules set that only make sense if a very simple regex triggers... i think it would be a good idea to have some kind of TFLAG, for example: tflags    depends_on    to indicate that a rule must run ONLY if a prevoious one was positive what do you think??