First off, for it to be a valid RSS feed, it needs the email address there, or the author field will be incorrect. However, what we can do is change it so the author field has a different email.
You'll need to open /includes/classes/class.article.php and locate this line:
$authorEmail = AL_HELPER::_MakeSafeForRSS($arrArticles[$i]["Email"]);
change it to:
$authorEmail = 'nospam@nospam.com';
That will keep the format and remove the email address.
If you have troubles with this guide, send in a support ticket via your client area.

The article has been updated successfully.