<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>lekkimworld.comcomments</title>
    <link>http://lekkimworld.com/tags/comments/</link>
    <description>IBM Lotus Notes/Domino, Websphere, IBM Connections, mobile, web, JavaScript, Java...</description>
    <language>en</language>
    <copyright>Mikkel Flindt Heisterberg (mh [at] intravision [dot] dk</copyright>
    <pubDate>Sat, 19 May 2012 06:50:25 GMT</pubDate>
    <dc:creator>Mikkel Flindt Heisterberg (mh [at] intravision [dot] dk</dc:creator>
    <dc:date>2012-05-19T06:50:25Z</dc:date>
    <dc:language>en</dc:language>
    <dc:rights>Mikkel Flindt Heisterberg (mh [at] intravision [dot] dk</dc:rights>
    <image>
      <title>lekkimworld.comcomments</title>
      <url>http://lekkimworld.com/tags/comments/</url>
    </image>
    <item>
      <title>Comment SPAM - again...</title>
      <link>http://lekkimworld.com/2006/07/07/comment_spam_again.html</link>
      <content:encoded>&lt;p&gt;
The easiest way to block comment SPAM is to turn of comments altogether. Another way is to turn of comments to existing posts periodicly which is the way I do it (using a cron job). I'm running &lt;a href="http://pebble.sf.net"&gt;Pebble&lt;/a&gt; for my blog so disabling comments and trackbacks in bulk is easy using Perl and regular expressions:
&lt;pre class="code"&gt;
perl -pi -e 's/\&amp;lt;commentsEnabled\&amp;gt;true/\&amp;lt;commentsEnabled\&amp;gt;false/' `find . -name [0-9]*.xml`
perl -pi -e 's/\&amp;lt;trackBacksEnabled\&amp;gt;true/\&amp;lt;trackBacksEnabled\&amp;gt;false/' `find . -name [0-9]*.xml`
&lt;/pre&gt;
This is the same approach as I have been used &lt;a href="http://lekkimworld.com/2005/08/11/1123741362580.html"&gt;previously&lt;/a&gt; to rename categories.
&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/tags/comments/">comments</category>
      <category domain="http://lekkimworld.com/tags/pebble/">pebble</category>
      <category domain="http://lekkimworld.com/tags/regex/">regex</category>
      <category domain="http://lekkimworld.com/tags/spam/">spam</category>
      <pubDate>Fri, 07 Jul 2006 08:15:03 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2006-07-07:default/1152260103621</guid>
      <dc:date>2006-07-07T08:15:03Z</dc:date>
    </item>
  </channel>
</rss>


