<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Realm of Jinan &#187; Filter</title>
	<atom:link href="http://www.jinanrealm.com/tag/filter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jinanrealm.com</link>
	<description></description>
	<lastBuildDate>Mon, 13 Sep 2010 19:19:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Proof of Concept: Anti-Spam Filter</title>
		<link>http://www.jinanrealm.com/20081101/proof-of-concept-anti-spam-filter/</link>
		<comments>http://www.jinanrealm.com/20081101/proof-of-concept-anti-spam-filter/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 04:12:54 +0000</pubDate>
		<dc:creator>Jinan</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Filter]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://www.jinanrealm.com/?p=64</guid>
		<description><![CDATA[I have been working on a anti-spam filter for comments to use on my website arthurwinters.net. This filter takes as string of text, analyzes it and returns either a 0 (not spam) or a 1 (spam). The spam filter is based on a scoring system which judges the following: Word Count and Character Count. How [...]]]></description>
			<content:encoded><![CDATA[<p>I have been working on a anti-spam filter for comments to use on my website <a href="http://www.arthurwinters.net">arthurwinters.net</a>.  This filter takes as string of text, analyzes it and returns either a 0 (not spam) or a 1 (spam).  The spam filter is based on a scoring system which judges the following:</p>
<ul>
<li>Word Count and Character Count.</li>
<li>How many URLs are in the post.</li>
<li>How many bad domain keywords, and path keywords in the post.</li>
<li>How many bad keywords are in the post.</li>
<li>How many constant characters are in a row.</li>
</ul>
<p></p>
<p>Depending on the situation it could be given a positive score or a negative score.  This combined with an overall score will give the post a percentage, based on that percentage and a threshold determined, it is then marked as spam or not spam.</p>
<p>Feel free to try it out at <a href="http://www.arthurwinters.net/beta">http://www.arthurwinters.net/beta</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jinanrealm.com/20081101/proof-of-concept-anti-spam-filter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

