Hi, Something I and possibly others might find useful would be rules that expire. Quite often, we might make some very specific rules to handle a particular spam run and they lose their effectiveness pretty quickly. What if we did something like:
expire MYRULE_FOO 2017-09-01 or maybe tflags MYRULE_FOO expire=2017-09-01 Then the file parser would ignore expired rules, and if expired rules have already been parsed into memory from before they expired, the run-time would skip them. Thoughts? Regards, Dianne.