<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Dumb Things are Happening with Comments</title>
	<atom:link href="http://joe.definitelynotsafe.com/dumb-things-are-happening-with-comments/feed" rel="self" type="application/rss+xml" />
	<link>http://joe.definitelynotsafe.com/dumb-things-are-happening-with-comments</link>
	<description>Missing the point since 1986</description>
	<lastBuildDate>Tue, 13 Sep 2011 18:05:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Joe Auricchio</title>
		<link>http://joe.definitelynotsafe.com/dumb-things-are-happening-with-comments/comment-page-1#comment-1549</link>
		<dc:creator>Joe Auricchio</dc:creator>
		<pubDate>Tue, 25 Nov 2008 08:25:59 +0000</pubDate>
		<guid isPermaLink="false">http://joe.definitelynotsafe.com/?p=316#comment-1549</guid>
		<description>@Scott: Yeah, but I don&#039;t like sending my comments to a web service. Bit unsettling.

Today I got _one_ spam comment. All right. This is better.</description>
		<content:encoded><![CDATA[<p>@Scott: Yeah, but I don&#8217;t like sending my comments to a web service. Bit unsettling.</p>
<p>Today I got _one_ spam comment. All right. This is better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Perry</title>
		<link>http://joe.definitelynotsafe.com/dumb-things-are-happening-with-comments/comment-page-1#comment-1547</link>
		<dc:creator>Scott Perry</dc:creator>
		<pubDate>Tue, 25 Nov 2008 02:10:08 +0000</pubDate>
		<guid isPermaLink="false">http://joe.definitelynotsafe.com/?p=316#comment-1547</guid>
		<description>how about… use Akismet?

I&#039;m using it on my blog, and it&#039;s had no false positives, no false negatives, and flagged 8 comments as possible spam (they were spam).

most spam comments on blogs are blatantly obvious, even the world&#039;s dumbest filter could catch them.</description>
		<content:encoded><![CDATA[<p>how about… use Akismet?</p>
<p>I&#8217;m using it on my blog, and it&#8217;s had no false positives, no false negatives, and flagged 8 comments as possible spam (they were spam).</p>
<p>most spam comments on blogs are blatantly obvious, even the world&#8217;s dumbest filter could catch them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Auricchio</title>
		<link>http://joe.definitelynotsafe.com/dumb-things-are-happening-with-comments/comment-page-1#comment-1546</link>
		<dc:creator>Joe Auricchio</dc:creator>
		<pubDate>Sun, 23 Nov 2008 23:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://joe.definitelynotsafe.com/?p=316#comment-1546</guid>
		<description>how about...

&lt;pre&gt;&lt;code&gt;BEGIN;
DROP TABLE IF EXISTS `temp123`;
CREATE TEMPORARY TABLE `temp123` (`id` INT);
DELETE FROM `temp123`;
INSERT INTO `temp123` SELECT `ID` FROM `wp_zw50dp_posts` WHERE `post_status` = &#039;publish&#039; AND `post_type` = &#039;post&#039; ORDER BY `post_date_gmt` DESC LIMIT 0,10;
UPDATE `wp_zw50dp_posts` SET comment_status = &#039;closed&#039;;
UPDATE `wp_zw50dp_posts` SET comment_status = &#039;open&#039; WHERE `ID` in (SELECT `id` FROM `temp123`);
DROP TABLE `temp123`;
COMMIT;&lt;/code&gt;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>how about&#8230;</p>
<pre><code>BEGIN;
DROP TABLE IF EXISTS `temp123`;
CREATE TEMPORARY TABLE `temp123` (`id` INT);
DELETE FROM `temp123`;
INSERT INTO `temp123` SELECT `ID` FROM `wp_zw50dp_posts` WHERE `post_status` = 'publish' AND `post_type` = 'post' ORDER BY `post_date_gmt` DESC LIMIT 0,10;
UPDATE `wp_zw50dp_posts` SET comment_status = 'closed';
UPDATE `wp_zw50dp_posts` SET comment_status = 'open' WHERE `ID` in (SELECT `id` FROM `temp123`);
DROP TABLE `temp123`;
COMMIT;</code></pre>
]]></content:encoded>
	</item>
</channel>
</rss>

