does MT stop checking filter rules when it finds first rule that matches the packet? or, does it check the packet against all rules?
here is what i want
if time is between 0800 and 1600 then
go to next filter rule (and all other filter rules)
else
drop packet
thanks