<?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"
	>
<channel>
	<title>Comments on: APAD: Simple Spam Filter</title>
	<atom:link href="http://weblogtoolscollection.com/archives/2007/05/09/apad-simple-spam-filter/feed/" rel="self" type="application/rss+xml" />
	<link>http://weblogtoolscollection.com/archives/2007/05/09/apad-simple-spam-filter/</link>
	<description>Weblog Tools Blogging Tools Blog</description>
	<pubDate>Tue, 02 Dec 2008 01:39:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: John Black</title>
		<link>http://weblogtoolscollection.com/archives/2007/05/09/apad-simple-spam-filter/#comment-1200576</link>
		<dc:creator>John Black</dc:creator>
		<pubDate>Thu, 22 Nov 2007 16:24:22 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/05/09/apad-simple-spam-filter/#comment-1200576</guid>
		<description>What I like about this plugin is its simplicity.  Being able to change the number of links would be great.  Also, some intructions about how to enter urls would be helpful.  I tried Spam Karma 2, but uninstalled it because it doesn't allow me to moderate some regular contributors whose comments I like post only on a selective basis.</description>
		<content:encoded><![CDATA[<p>What I like about this plugin is its simplicity.  Being able to change the number of links would be great.  Also, some intructions about how to enter urls would be helpful.  I tried Spam Karma 2, but uninstalled it because it doesn&#8217;t allow me to moderate some regular contributors whose comments I like post only on a selective basis.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WeblogToolsCollection EspaÃ±ol &#187; Blog Archive &#187; APAD: Simple Spam Filter</title>
		<link>http://weblogtoolscollection.com/archives/2007/05/09/apad-simple-spam-filter/#comment-1159819</link>
		<dc:creator>WeblogToolsCollection EspaÃ±ol &#187; Blog Archive &#187; APAD: Simple Spam Filter</dc:creator>
		<pubDate>Mon, 14 May 2007 21:26:15 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/05/09/apad-simple-spam-filter/#comment-1159819</guid>
		<description>[...] [Entrada traducida. Original] [...]</description>
		<content:encoded><![CDATA[<p>[...] [Entrada traducida. Original] [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Truden</title>
		<link>http://weblogtoolscollection.com/archives/2007/05/09/apad-simple-spam-filter/#comment-1159692</link>
		<dc:creator>Truden</dc:creator>
		<pubDate>Sat, 12 May 2007 16:46:18 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/05/09/apad-simple-spam-filter/#comment-1159692</guid>
		<description>&lt;blockquote&gt;Renaming yr comments.php makes things far easier to manage and deter spam.&lt;/blockquote&gt;
That trick is older than me (I'm fifty :D )
Doesn't work with clever spammers.

The tricks are countless.
I made website where anonymous can post articles and comments.
The site is without spam protection, but did not get one single spam article or comment.

We are talking here about standard GPL product used by hundred of thousands weblogs.

BTHW, I'm using 6KB of code to protect my weblog from SPAM.
That is EASY ;)</description>
		<content:encoded><![CDATA[<blockquote><p>Renaming yr comments.php makes things far easier to manage and deter spam.</p></blockquote>
<p>That trick is older than me (I&#8217;m fifty <img src='http://weblogtoolscollection.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> )<br />
Doesn&#8217;t work with clever spammers.</p>
<p>The tricks are countless.<br />
I made website where anonymous can post articles and comments.<br />
The site is without spam protection, but did not get one single spam article or comment.</p>
<p>We are talking here about standard GPL product used by hundred of thousands weblogs.</p>
<p>BTHW, I&#8217;m using 6KB of code to protect my weblog from SPAM.<br />
That is EASY <img src='http://weblogtoolscollection.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: azrin</title>
		<link>http://weblogtoolscollection.com/archives/2007/05/09/apad-simple-spam-filter/#comment-1159690</link>
		<dc:creator>azrin</dc:creator>
		<pubDate>Sat, 12 May 2007 15:50:17 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/05/09/apad-simple-spam-filter/#comment-1159690</guid>
		<description>Renaming yr comments.php makes things far easier to manage and deter spam.

azrin @ http://www.azrin.net</description>
		<content:encoded><![CDATA[<p>Renaming yr comments.php makes things far easier to manage and deter spam.</p>
<p>azrin @ <a href="http://www.azrin.net">http://www.azrin.net</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Truden</title>
		<link>http://weblogtoolscollection.com/archives/2007/05/09/apad-simple-spam-filter/#comment-1159657</link>
		<dc:creator>Truden</dc:creator>
		<pubDate>Fri, 11 May 2007 22:31:30 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/05/09/apad-simple-spam-filter/#comment-1159657</guid>
		<description>There is small none fatal error in the code that I posted above.
Last line, last variable is not &lt;code&gt;$badStrings&lt;/code&gt;, but &lt;code&gt;$wwwUsed&lt;/code&gt;
Just in case someone wants to try it ;)</description>
		<content:encoded><![CDATA[<p>There is small none fatal error in the code that I posted above.<br />
Last line, last variable is not <code>$badStrings</code>, but <code>$wwwUsed</code><br />
Just in case someone wants to try it <img src='http://weblogtoolscollection.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: æˆ‘çˆ±æ°´ç…®é±¼ &#187; Simple Spam Filter</title>
		<link>http://weblogtoolscollection.com/archives/2007/05/09/apad-simple-spam-filter/#comment-1159646</link>
		<dc:creator>æˆ‘çˆ±æ°´ç…®é±¼ &#187; Simple Spam Filter</dc:creator>
		<pubDate>Fri, 11 May 2007 18:08:45 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/05/09/apad-simple-spam-filter/#comment-1159646</guid>
		<description>[...] é™¤äº†ä½¿ç”¨ Akismet è¿™ä¸ªé˜²åžƒåœ¾ç•™è¨€çš„æ’ä»¶ä¹‹å¤–ï¼Œè¿™ä¸ªæ˜¯ä¸€ä¸ªä¸é”™çš„è¡¥å……ï¼Ÿç¿»è¯‘è‡ªï¼šWeblog Tools Collection çš„ APAD: Simple Spam Filter [...]</description>
		<content:encoded><![CDATA[<p>[...] é™¤äº†ä½¿ç”¨ Akismet è¿™ä¸ªé˜²åžƒåœ¾ç•™è¨€çš„æ’ä»¶ä¹‹å¤–ï¼Œè¿™ä¸ªæ˜¯ä¸€ä¸ªä¸é”™çš„è¡¥å……ï¼Ÿç¿»è¯‘è‡ªï¼šWeblog Tools Collection çš„ APAD: Simple Spam Filter [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Truden</title>
		<link>http://weblogtoolscollection.com/archives/2007/05/09/apad-simple-spam-filter/#comment-1159643</link>
		<dc:creator>Truden</dc:creator>
		<pubDate>Fri, 11 May 2007 16:28:50 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/05/09/apad-simple-spam-filter/#comment-1159643</guid>
		<description>I'm posting this second time, because in the first post used spam words in the code, and I'm sure the comment got deleted automatically.

What I want to say is:

&lt;em&gt;( Firstly, excuse my ignorance. I'm just a carpenter :D )&lt;/em&gt;

Isn't it easier to put some checking code in wp-comments-post.php and stop the spam without using few anti-spam plugins?

I found this in the Internet, and I think that it does good job in stopping automated spam: 

&lt;code&gt;if(!isset($_SERVER['HTTP_USER_AGENT'])){
   die("Forbidden - This page is for normal browsers only");
   exit;
} 	
if(!$_SERVER['REQUEST_METHOD'] == "POST"){
   wp_die("Forbidden - You can post from my form only!");
   exit;
    }    
// Host names from where the form is authorized
// to be posted from: 
$authHosts = array("mnogo.truden.com");
// Where have we been posted from?
$fromArray = parse_url(strtolower($_SERVER['HTTP_REFERER']));
// Test to see if the $fromArray used www to get here.
$wwwUsed = strpos($fromArray['host'], "www."); 
// Make sure the form was posted from an approved host name.
if(!in_array(($wwwUsed === false ? $fromArray['host'] : substr(stristr($fromArray['host'], '.'), 1)), $authHosts)){    
   wp_die("Forbidden - No, No, No!");
       exit;    
} 
// Attempt to defend against header injections:
$badStrings = array(
"spamword1",
"spamword2",
"spamword3");
// Loop through each POST'ed value and test if it contains
// one of the $badStrings:
foreach($_POST as $k =&#62; $v){
   foreach($badStrings as $v2){
       if(strpos($v, $v2) !== false){
           wp_die("Forbidden - You have used BAD SPAM words! Clean your language and come back again.");
               exit;
       }
   }
}    
// free up used memory
unset($k, $v, $v2, $badStrings, $authHosts, $fromArray, $badStrings);&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>I&#8217;m posting this second time, because in the first post used spam words in the code, and I&#8217;m sure the comment got deleted automatically.</p>
<p>What I want to say is:</p>
<p><em>( Firstly, excuse my ignorance. I&#8217;m just a carpenter <img src='http://weblogtoolscollection.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> )</em></p>
<p>Isn&#8217;t it easier to put some checking code in wp-comments-post.php and stop the spam without using few anti-spam plugins?</p>
<p>I found this in the Internet, and I think that it does good job in stopping automated spam: </p>
<p><code>if(!isset($_SERVER['HTTP_USER_AGENT'])){<br />
   die(&#8221;Forbidden - This page is for normal browsers only&#8221;);<br />
   exit;<br />
}<br />
if(!$_SERVER['REQUEST_METHOD'] == &#8220;POST&#8221;){<br />
   wp_die(&#8221;Forbidden - You can post from my form only!&#8221;);<br />
   exit;<br />
    }<br />
// Host names from where the form is authorized<br />
// to be posted from:<br />
$authHosts = array(&#8221;mnogo.truden.com&#8221;);<br />
// Where have we been posted from?<br />
$fromArray = parse_url(strtolower($_SERVER['HTTP_REFERER']));<br />
// Test to see if the $fromArray used www to get here.<br />
$wwwUsed = strpos($fromArray['host'], &#8220;www.&#8221;);<br />
// Make sure the form was posted from an approved host name.<br />
if(!in_array(($wwwUsed === false ? $fromArray['host'] : substr(stristr($fromArray['host'], &#8216;.&#8217;), 1)), $authHosts)){<br />
   wp_die(&#8221;Forbidden - No, No, No!&#8221;);<br />
       exit;<br />
}<br />
// Attempt to defend against header injections:<br />
$badStrings = array(<br />
&#8220;spamword1&#8243;,<br />
&#8220;spamword2&#8243;,<br />
&#8220;spamword3&#8243;);<br />
// Loop through each POST&#8217;ed value and test if it contains<br />
// one of the $badStrings:<br />
foreach($_POST as $k =&gt; $v){<br />
   foreach($badStrings as $v2){<br />
       if(strpos($v, $v2) !== false){<br />
           wp_die(&#8221;Forbidden - You have used BAD SPAM words! Clean your language and come back again.&#8221;);<br />
               exit;<br />
       }<br />
   }<br />
}<br />
// free up used memory<br />
unset($k, $v, $v2, $badStrings, $authHosts, $fromArray, $badStrings);</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mypapit</title>
		<link>http://weblogtoolscollection.com/archives/2007/05/09/apad-simple-spam-filter/#comment-1159636</link>
		<dc:creator>mypapit</dc:creator>
		<pubDate>Fri, 11 May 2007 14:26:14 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/05/09/apad-simple-spam-filter/#comment-1159636</guid>
		<description>thanks for the explanation,  its clear to me now</description>
		<content:encoded><![CDATA[<p>thanks for the explanation,  its clear to me now</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://weblogtoolscollection.com/archives/2007/05/09/apad-simple-spam-filter/#comment-1159634</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Fri, 11 May 2007 14:19:19 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/05/09/apad-simple-spam-filter/#comment-1159634</guid>
		<description>yup, I'm working on adding an options panel to allow people to change the various settings :)

Just a note, the difference between the plugin and WordPress' builtin "Options -&#62; Discussion" comment settings is that those WP options still saves spam comments into your spam / moderation queue (thus checking for false positives is a pain), whereas this plugin rejects spams with an error message and thus would never make it into any queue. 

Regarding false positives, the error message clearly outlines why the comment was rejected, so a real person could go back and modify their comment around that error. A spambot is probably not so intelligent (yet).

In anycase, this plugin isn't ment to stop all spam... but ment to be a prefilter and used in conjunction with other plugins like akismet or SK2.</description>
		<content:encoded><![CDATA[<p>yup, I&#8217;m working on adding an options panel to allow people to change the various settings <img src='http://weblogtoolscollection.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Just a note, the difference between the plugin and WordPress&#8217; builtin &#8220;Options -&gt; Discussion&#8221; comment settings is that those WP options still saves spam comments into your spam / moderation queue (thus checking for false positives is a pain), whereas this plugin rejects spams with an error message and thus would never make it into any queue. </p>
<p>Regarding false positives, the error message clearly outlines why the comment was rejected, so a real person could go back and modify their comment around that error. A spambot is probably not so intelligent (yet).</p>
<p>In anycase, this plugin isn&#8217;t ment to stop all spam&#8230; but ment to be a prefilter and used in conjunction with other plugins like akismet or SK2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mypapit</title>
		<link>http://weblogtoolscollection.com/archives/2007/05/09/apad-simple-spam-filter/#comment-1159631</link>
		<dc:creator>mypapit</dc:creator>
		<pubDate>Fri, 11 May 2007 13:24:08 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/05/09/apad-simple-spam-filter/#comment-1159631</guid>
		<description>yeah sounds a bit redundant to me. Maybe it is effective for free Akismet anti-spam plugin users. afaik SK2 takes care most of the spam without needing me to clean up the rest of the mess</description>
		<content:encoded><![CDATA[<p>yeah sounds a bit redundant to me. Maybe it is effective for free Akismet anti-spam plugin users. afaik SK2 takes care most of the spam without needing me to clean up the rest of the mess</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ozh</title>
		<link>http://weblogtoolscollection.com/archives/2007/05/09/apad-simple-spam-filter/#comment-1159630</link>
		<dc:creator>Ozh</dc:creator>
		<pubDate>Fri, 11 May 2007 13:09:12 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/05/09/apad-simple-spam-filter/#comment-1159630</guid>
		<description>I dont get the point of this plugin ?? All it does is already here in the Options / Discussion page : more than 5 links, contains "[url=" and/or "[/url]" (and, to be sure, "[URL=" and "[/URL"]).</description>
		<content:encoded><![CDATA[<p>I dont get the point of this plugin ?? All it does is already here in the Options / Discussion page : more than 5 links, contains &#8220;[url=" and/or "[/url]&#8221; (and, to be sure, &#8220;[URL=" and "[/URL"]).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mypapit</title>
		<link>http://weblogtoolscollection.com/archives/2007/05/09/apad-simple-spam-filter/#comment-1159611</link>
		<dc:creator>mypapit</dc:creator>
		<pubDate>Fri, 11 May 2007 02:11:35 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/05/09/apad-simple-spam-filter/#comment-1159611</guid>
		<description>I rather use Spam Karma 2 in this case, Akismet proves to be ineffective when it holds a damn lot more spams in moderation.</description>
		<content:encoded><![CDATA[<p>I rather use Spam Karma 2 in this case, Akismet proves to be ineffective when it holds a damn lot more spams in moderation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flash Buddy</title>
		<link>http://weblogtoolscollection.com/archives/2007/05/09/apad-simple-spam-filter/#comment-1159574</link>
		<dc:creator>Flash Buddy</dc:creator>
		<pubDate>Thu, 10 May 2007 15:56:27 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/05/09/apad-simple-spam-filter/#comment-1159574</guid>
		<description>This is a tantan plubin where it dumps into a folder named tantan in your plugins folder. If you have other tantan plugins (Flickr Photo Album) the folder will already be there. If this is your first then expanding the archive will create it for you.

What I don't like about http://tantannoodles.com plugins is after time  goes by I can't remember what that tantan folder is all about. Other plugin folder or files give you a hint, theme-switcher.php &#38; sexycomments for instance.

What I like about Joe Tan and his plugins is they check themselves for updates via wp-admin.</description>
		<content:encoded><![CDATA[<p>This is a tantan plubin where it dumps into a folder named tantan in your plugins folder. If you have other tantan plugins (Flickr Photo Album) the folder will already be there. If this is your first then expanding the archive will create it for you.</p>
<p>What I don&#8217;t like about <a href="http://tantannoodles.com">http://tantannoodles.com</a> plugins is after time  goes by I can&#8217;t remember what that tantan folder is all about. Other plugin folder or files give you a hint, theme-switcher.php &amp; sexycomments for instance.</p>
<p>What I like about Joe Tan and his plugins is they check themselves for updates via wp-admin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: I&#8217;m Getting Zero Spam Comments - Untwisted Vortex - Living in a Different Land</title>
		<link>http://weblogtoolscollection.com/archives/2007/05/09/apad-simple-spam-filter/#comment-1159568</link>
		<dc:creator>I&#8217;m Getting Zero Spam Comments - Untwisted Vortex - Living in a Different Land</dc:creator>
		<pubDate>Thu, 10 May 2007 12:53:45 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/05/09/apad-simple-spam-filter/#comment-1159568</guid>
		<description>[...] doing some theme tweaks this morning, I started to check through some things and noticed the APAD: Simple Spam Filter on the WordPress dashboard. Curious as always, I visited the plugin site for Simple Spam Filter for [...]</description>
		<content:encoded><![CDATA[<p>[...] doing some theme tweaks this morning, I started to check through some things and noticed the APAD: Simple Spam Filter on the WordPress dashboard. Curious as always, I visited the plugin site for Simple Spam Filter for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajay</title>
		<link>http://weblogtoolscollection.com/archives/2007/05/09/apad-simple-spam-filter/#comment-1159544</link>
		<dc:creator>Ajay</dc:creator>
		<pubDate>Thu, 10 May 2007 07:09:26 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/05/09/apad-simple-spam-filter/#comment-1159544</guid>
		<description>Agreed , hehe</description>
		<content:encoded><![CDATA[<p>Agreed , hehe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Truden</title>
		<link>http://weblogtoolscollection.com/archives/2007/05/09/apad-simple-spam-filter/#comment-1159542</link>
		<dc:creator>Truden</dc:creator>
		<pubDate>Thu, 10 May 2007 06:45:26 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/05/09/apad-simple-spam-filter/#comment-1159542</guid>
		<description>@Ajay, I understand your point, but there is no false positives in the "five link spam".
It just gives you the feeling for cleaner blog, not seeing full spam bin :D
One click to clean the bin takes less resources than one plugin ;)</description>
		<content:encoded><![CDATA[<p>@Ajay, I understand your point, but there is no false positives in the &#8220;five link spam&#8221;.<br />
It just gives you the feeling for cleaner blog, not seeing full spam bin <img src='http://weblogtoolscollection.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
One click to clean the bin takes less resources than one plugin <img src='http://weblogtoolscollection.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajay</title>
		<link>http://weblogtoolscollection.com/archives/2007/05/09/apad-simple-spam-filter/#comment-1159532</link>
		<dc:creator>Ajay</dc:creator>
		<pubDate>Thu, 10 May 2007 02:52:58 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/05/09/apad-simple-spam-filter/#comment-1159532</guid>
		<description>@Truden, you are right about using the Comment Blacklist to filter out all the spam. However, Simple Spam Filter adds that additional five links feature that gives Akismet a cleaner bin.
It's not about Akismet or SK2 not catching the spam, it's about feeding it lesser spam so you can filter out false positives (if any) easily.</description>
		<content:encoded><![CDATA[<p>@Truden, you are right about using the Comment Blacklist to filter out all the spam. However, Simple Spam Filter adds that additional five links feature that gives Akismet a cleaner bin.<br />
It&#8217;s not about Akismet or SK2 not catching the spam, it&#8217;s about feeding it lesser spam so you can filter out false positives (if any) easily.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Truden</title>
		<link>http://weblogtoolscollection.com/archives/2007/05/09/apad-simple-spam-filter/#comment-1159519</link>
		<dc:creator>Truden</dc:creator>
		<pubDate>Wed, 09 May 2007 21:48:38 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/05/09/apad-simple-spam-filter/#comment-1159519</guid>
		<description>BTHW, &lt;strong&gt;LcF&lt;/strong&gt;, Akismet stops spam with more than 5 links with no problem.
If you want to help Akismet you better use the "Comment Blacklist"</description>
		<content:encoded><![CDATA[<p>BTHW, <strong>LcF</strong>, Akismet stops spam with more than 5 links with no problem.<br />
If you want to help Akismet you better use the &#8220;Comment Blacklist&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Truden</title>
		<link>http://weblogtoolscollection.com/archives/2007/05/09/apad-simple-spam-filter/#comment-1159518</link>
		<dc:creator>Truden</dc:creator>
		<pubDate>Wed, 09 May 2007 21:39:39 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/05/09/apad-simple-spam-filter/#comment-1159518</guid>
		<description>Go in your Admin panel - Options - Discussion

For the number of links you have "Comment Moderation"
For the brackets and spam words you have "Comment Blacklist"

You can put &lt;code&gt;[url=&lt;/code&gt; to filter the bbcode.</description>
		<content:encoded><![CDATA[<p>Go in your Admin panel - Options - Discussion</p>
<p>For the number of links you have &#8220;Comment Moderation&#8221;<br />
For the brackets and spam words you have &#8220;Comment Blacklist&#8221;</p>
<p>You can put <code>[url=</code> to filter the bbcode.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LcF</title>
		<link>http://weblogtoolscollection.com/archives/2007/05/09/apad-simple-spam-filter/#comment-1159514</link>
		<dc:creator>LcF</dc:creator>
		<pubDate>Wed, 09 May 2007 21:17:17 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/05/09/apad-simple-spam-filter/#comment-1159514</guid>
		<description>&lt;strong&gt;Truden&lt;/strong&gt;, what we have on the admin panel is "Hold the comments in the moderation queue". With Akismet installed, the spam comments will be keep in Akismet bin. The spam comments are not Deleted. Am I correct, my friend :)</description>
		<content:encoded><![CDATA[<p><strong>Truden</strong>, what we have on the admin panel is &#8220;Hold the comments in the moderation queue&#8221;. With Akismet installed, the spam comments will be keep in Akismet bin. The spam comments are not Deleted. Am I correct, my friend <img src='http://weblogtoolscollection.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
