Hi all,
This is quite far from a sexy fix for the broken RSS feed, but here is how I accomplished it:
I installed the plugin Static Feed/, and set the static feeds to rss2.xml, rdf.xml, rss.xml, and atom.xml
Then edited /wp-content/plugins/staticfeed/staticfeed.php inserted the following code at the beginning of the staticfeed_save_feed_content function at line 1278:
$content = ltrim($content);
$content = rtrim($content);
$content = rtrim($content,"<script language='javascript' src='https://a12.alphagodaddy.com/hosting_ads/gd01.js'></script>");
$content = rtrim($content);
$content = rtrim($content,"</iframe></noscript></object></layer></span></div></table></body></html><!-- adsok -->");
I pointed my feedburner to the static xml link and it seems to work fine now, hope it works for you as well.