<?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: MT 3.2 issue: junk comment purging</title>
	<atom:link href="http://www.judisohn.com/2005/11/mt_32_issue_junk_comment_purgi/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.judisohn.com/2005/11/mt_32_issue_junk_comment_purgi/</link>
	<description>It&#039;s a reason, not an excuse</description>
	<lastBuildDate>Mon, 15 Mar 2010 16:28:35 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mottie</title>
		<link>http://www.judisohn.com/2005/11/mt_32_issue_junk_comment_purgi/comment-page-1/#comment-4697</link>
		<dc:creator>mottie</dc:creator>
		<pubDate>Tue, 06 Feb 2007 19:41:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.momathome.com/2005/11/19/mt_32_issue_junk_comment_purging/#comment-4697</guid>
		<description>Thanks for the tip, saved me from having to create my own SQL string. I&#039;d recommend running it from a shell rather than from phpmyadmin if possible (would hate to see it timeout and cause problems). Still works with the latest version of MT.

Shell commands:

mysql -u youruser -p
use mt_yourdb;
SELECT * FROM `mt_comment` WHERE comment_junk_status = &#039;-1&#039; LIMIT 0 , 30;
DELETE FROM `mt_comment` WHERE comment_junk_status = &#039;-1&#039;;</description>
		<content:encoded><![CDATA[<p>Thanks for the tip, saved me from having to create my own SQL string. I&#8217;d recommend running it from a shell rather than from phpmyadmin if possible (would hate to see it timeout and cause problems). Still works with the latest version of MT.</p>
<p>Shell commands:</p>
<p>mysql -u youruser -p<br />
use mt_yourdb;<br />
SELECT * FROM `mt_comment` WHERE comment_junk_status = &#8216;-1&#8242; LIMIT 0 , 30;<br />
DELETE FROM `mt_comment` WHERE comment_junk_status = &#8216;-1&#8242;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paperfrog</title>
		<link>http://www.judisohn.com/2005/11/mt_32_issue_junk_comment_purgi/comment-page-1/#comment-1599</link>
		<dc:creator>paperfrog</dc:creator>
		<pubDate>Sat, 10 Jun 2006 12:34:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.momathome.com/2005/11/19/mt_32_issue_junk_comment_purging/#comment-1599</guid>
		<description>What a terrific set of tips. Thanks much!
</description>
		<content:encoded><![CDATA[<p>What a terrific set of tips. Thanks much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack Brewster</title>
		<link>http://www.judisohn.com/2005/11/mt_32_issue_junk_comment_purgi/comment-page-1/#comment-1598</link>
		<dc:creator>Jack Brewster</dc:creator>
		<pubDate>Mon, 21 Nov 2005 18:27:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.momathome.com/2005/11/19/mt_32_issue_junk_comment_purging/#comment-1598</guid>
		<description>I wonder if there&#039;s an API call that will run automated processes?  If not, there should be.  Posting tools could call it on each posting event.</description>
		<content:encoded><![CDATA[<p>I wonder if there&#8217;s an API call that will run automated processes?  If not, there should be.  Posting tools could call it on each posting event.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
