Page 1 of 1
Email address in xml feeds
Posted: Fri Mar 11, 2005 9:26 pm
by petree2
This isn't technically a bug, but I don't really like the fact that in the xml feeds my email address is in there, unobsfucated. Shouldn't this be something that is turnoffable?
Re: Email address in xml feeds
Posted: Sat Mar 12, 2005 12:36 am
by Boris
petree2 wrote:Shouldn't this be something that is turnoffable?
I you want to turn them off ASAP, edit your rss.php and remove or edit these lines.
Code: Select all
<admin:errorReportsTo rdf:resource="mailto:{$serendipity['email']}" />
Re: Email address in xml feeds
Posted: Sun Mar 13, 2005 3:13 pm
by garvinhicking
I have just committed a config option for this to the Syndication plugin.
Regards,
Garvin
Posted: Sun Mar 13, 2005 6:15 pm
by petree2
Cool. Thanks.