<?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: Akismet day 1</title>
	<atom:link href="http://zeo.unic.net.my/akismet-day-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://zeo.unic.net.my/akismet-day-1/</link>
	<description>Safirul Alredha on web, WordPress, K2, Apple, ...</description>
	<lastBuildDate>Fri, 10 Feb 2012 07:35:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: GeminiGeek</title>
		<link>http://zeo.unic.net.my/akismet-day-1/#comment-15412</link>
		<dc:creator>GeminiGeek</dc:creator>
		<pubDate>Wed, 01 Feb 2006 16:19:17 +0000</pubDate>
		<guid isPermaLink="false">http://zeo.unic.net.my/2006/01/30/akismet-day-1/#comment-15412</guid>
		<description>It&#039;s weird when I, as the logged in user is caught as spam, for like 3 times I think. 

Hmmm... Looks like I can try to increase the default 15 days period before a spam is deleted. If I use akismet, I will be using 3 anti-spam plugin in my wordpress. With that 3 protection, I do hope those spams cant go through :P</description>
		<content:encoded><![CDATA[<p>It&#8217;s weird when I, as the logged in user is caught as spam, for like 3 times I think. </p>
<p>Hmmm&#8230; Looks like I can try to increase the default 15 days period before a spam is deleted. If I use akismet, I will be using 3 anti-spam plugin in my wordpress. With that 3 protection, I do hope those spams cant go through :P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ZEO</title>
		<link>http://zeo.unic.net.my/akismet-day-1/#comment-15411</link>
		<dc:creator>ZEO</dc:creator>
		<pubDate>Wed, 01 Feb 2006 16:04:23 +0000</pubDate>
		<guid isPermaLink="false">http://zeo.unic.net.my/2006/01/30/akismet-day-1/#comment-15411</guid>
		<description>Akismet just caught 1 innocent trackback today :(

Shahab, Thanks for the suggestion but that&#039;s my way to force visitor to scroll down :).  The &quot;new wave&quot; sounds like my old time favourite TV series &quot;First Wave&quot;. 

Btw, I looked into Akismet source (akismet.php) and I think you can increase the default(15 days) automatic &quot;x number of days&quot; delete.
&lt;pre&gt;
&lt;code&gt;
function akismet_delete_old() {
        global $wpdb;
        $now_gmt = current_time(&#039;mysql&#039;, 1);
        $wpdb-&gt;query(&quot;DELETE FROM $wpdb-&gt;comments WHERE DATE_SUB(&#039;$now_gmt&#039;, INTERVAL 15 DAY) &gt; comment_date_gmt AND comment_approved = &#039;spam&#039;&quot;);
        $n = mt_rand(1, 5);
        if ( $n % 5 )
                $wpdb-&gt;query(&quot;OPTIMIZE TABLE $wpdb-&gt;comments&quot;);
}
&lt;/code&gt;
&lt;/pre&gt;
Haven&#039;t tried to modified it :)</description>
		<content:encoded><![CDATA[<p>Akismet just caught 1 innocent trackback today :(</p>
<p>Shahab, Thanks for the suggestion but that&#8217;s my way to force visitor to scroll down :).  The &#8220;new wave&#8221; sounds like my old time favourite TV series &#8220;First Wave&#8221;. </p>
<p>Btw, I looked into Akismet source (akismet.php) and I think you can increase the default(15 days) automatic &#8220;x number of days&#8221; delete.</p>
<pre>
<code>
function akismet_delete_old() {
        global $wpdb;
        $now_gmt = current_time('mysql', 1);
        $wpdb->query("DELETE FROM $wpdb->comments WHERE DATE_SUB('$now_gmt', INTERVAL 15 DAY) > comment_date_gmt AND comment_approved = 'spam'");
        $n = mt_rand(1, 5);
        if ( $n % 5 )
                $wpdb->query("OPTIMIZE TABLE $wpdb->comments");
}
</code>
</pre>
<p>Haven&#8217;t tried to modified it :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shahab</title>
		<link>http://zeo.unic.net.my/akismet-day-1/#comment-15407</link>
		<dc:creator>Shahab</dc:creator>
		<pubDate>Wed, 01 Feb 2006 10:07:39 +0000</pubDate>
		<guid isPermaLink="false">http://zeo.unic.net.my/2006/01/30/akismet-day-1/#comment-15407</guid>
		<description>Hehe Azmie .. You are lucky that you dont get comment spam .. or find them interesting :P .. Or ask those who have to cope with it daily :( .. 
New wave of spammer .. That was the term used by Dr Dave on his post which Matt has linked in the Akismet page I linked above ... 


Btw.. Zeo ... Instead of putting those Technorati tags in List (vertical list) consider putting them in cloud (horizontal list) .... It will decrease the amount of scrolling needed to see the contents .. :P

Take care ..!</description>
		<content:encoded><![CDATA[<p>Hehe Azmie .. You are lucky that you dont get comment spam .. or find them interesting :P .. Or ask those who have to cope with it daily :( ..<br />
New wave of spammer .. That was the term used by Dr Dave on his post which Matt has linked in the Akismet page I linked above &#8230; </p>
<p>Btw.. Zeo &#8230; Instead of putting those Technorati tags in List (vertical list) consider putting them in cloud (horizontal list) &#8230;. It will decrease the amount of scrolling needed to see the contents .. :P</p>
<p>Take care ..!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: azmie</title>
		<link>http://zeo.unic.net.my/akismet-day-1/#comment-15405</link>
		<dc:creator>azmie</dc:creator>
		<pubDate>Wed, 01 Feb 2006 00:44:44 +0000</pubDate>
		<guid isPermaLink="false">http://zeo.unic.net.my/2006/01/30/akismet-day-1/#comment-15405</guid>
		<description>what for? mine is as fine as it is...:P

aisyah you should really try this plugin...

shahab, new wave os spammers? interesting...</description>
		<content:encoded><![CDATA[<p>what for? mine is as fine as it is&#8230;:P</p>
<p>aisyah you should really try this plugin&#8230;</p>
<p>shahab, new wave os spammers? interesting&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shahab</title>
		<link>http://zeo.unic.net.my/akismet-day-1/#comment-15401</link>
		<dc:creator>Shahab</dc:creator>
		<pubDate>Tue, 31 Jan 2006 18:06:39 +0000</pubDate>
		<guid isPermaLink="false">http://zeo.unic.net.my/2006/01/30/akismet-day-1/#comment-15401</guid>
		<description>Hmm.. Ive been using Akismet for some time now .. Got very less false positives as yet .. Btw .. There was a nice post about this &quot;new wave&quot; of spammers on the Akismet blog .. You might wanna &lt;a href=&quot;http://akismet.com/blog/2006/01/spam-karma-state/&quot; rel=&quot;nofollow&quot;&gt;read it&lt;/a&gt; ...</description>
		<content:encoded><![CDATA[<p>Hmm.. Ive been using Akismet for some time now .. Got very less false positives as yet .. Btw .. There was a nice post about this &#8220;new wave&#8221; of spammers on the Akismet blog .. You might wanna <a href="http://hiderefer.com/?http://akismet.com/blog/2006/01/spam-karma-state/" rel="nofollow">read it</a> &#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

