There should already be an excludePath that has pattern="rss" excludeFrom="All", but if not then that is what you need.
Here is my latest "all-around" excludePaths that handle most situations in DNN: <excludePaths><pathpattern="\?(?!tabid)"excludeFrom="All"/><pathpattern="(\.asmx|\.axd|\.ashx|rss|fck|admin|install|thumb|wizard|cart)"excludeFrom="All"/><pathpattern="ctl.*?(edit|module|tab)"excludeFrom="All"/>excludePaths> |