rssanity.c not using _re_active_ iterators
rssanity.c is used also by ruledit, so some ruleset objects might be deleted from the middle of the array. _re_active_ type of iterators should be used to skip checking those.
rssanity.c is used also by ruledit, so some ruleset objects might be deleted from the middle of the array. _re_active_ type of iterators should be used to skip checking those.