Posted by countdwellington on March 3, 2009 at 7:14pm
I'm using the built in drupal aggregator - is it possible to have actions fire based on content within a feed that comes in? Let's say I want to send an email every time Obama's name appears in an RSS feed item. Could I use regular expressions within the PHP evaluator?
Comments
@countdwellington@drupal.org:
@countdwellington@drupal.org: I'm currently trying to make the most out of the rules issue queue and this group. I would be happy to assist you with your support request over in the Rules Issue Queue.
I think it's fine to have
I think it's fine to have "rules usage" support or questions in the group - so the issue queue can deal with code or actual support problems.
@topic: Yep that would make sense. There is no rules integration for the core aggregator, but you could try feed api and the usual content node events. For the regex you can just use the "textual comparison" condition.