In the clone I have created I have implemented this by means of a new model
called
Filter. It is basically a regexp applied to a feed and a field combination.
Right now
it only works to exclude posts (since this was the use-case I wanted) but I
will add
a positive/negative criteria.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Am I seeing this the wrong way or can this not be achieved by simply
inverting the
evaluation of the regexp using a boolean NOT?