Add support for RSS feed and be able to automate filter actions.
detect RSS title
detect RSS links
EG:
IF RSS.feed.title MATCH (PATTERN) AND RSS.LINK='www.mylink.com'
ACTION WEB.ClickLink RSS.LINK OPENDEFAULTPROG
ACTION SENDEMAIL email.contact SUBJECT="test" BODY= RSS.feed.title & " detected"
ACTION FILESYSTEM.RUN 'execute.script Work:' RSS.feed.title
END IF