Or why dont you try to exclude the forums the RSS feeds post in, from the "new posts" search?
This would work as long as those forums are "RSS feed only".
Simply use this link instead by editing the navbar template or wherever the "new posts" URL appears.
Code:
http://www.mysite.com/forum/search.php?do=getnew&exclude=71
Marked in Red is the code you will need to add but note that the number (in this example; 71), must be changed to the forum ID concerned. If you have multiple exclusions, simply add them like this:
Code:
http://www.mysite.com/forum/search.php?do=getnew&exclude=71,72,73
Hope that helps somewhat...