<?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: Howto to spam-protect your python-based blog with bayesian filter.</title>
	<atom:link href="http://www.larsen-b.com/Article/244.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.larsen-b.com/Article/244.html</link>
	<description>Titanium Exposé</description>
	<lastBuildDate>Wed, 17 Feb 2010 23:06:54 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mydnight</title>
		<link>http://www.larsen-b.com/Article/244.html/comment-page-1#comment-6941</link>
		<dc:creator>Mydnight</dc:creator>
		<pubDate>Thu, 19 Mar 2009 07:28:33 +0000</pubDate>
		<guid isPermaLink="false">#comment-6941</guid>
		<description>*sigh* ignore the last comment -- I figured it out (I was passing the word &quot;description&quot; rather than the string description).  I need to stop coding at 3 AM local.</description>
		<content:encoded><![CDATA[<p>*sigh* ignore the last comment &#8212; I figured it out (I was passing the word &#8220;description&#8221; rather than the string description).  I need to stop coding at 3 AM local.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mydnight</title>
		<link>http://www.larsen-b.com/Article/244.html/comment-page-1#comment-6940</link>
		<dc:creator>Mydnight</dc:creator>
		<pubDate>Thu, 19 Mar 2009 07:15:48 +0000</pubDate>
		<guid isPermaLink="false">#comment-6940</guid>
		<description>I&#039;ve been trying to implement Reverend as part of an rss feed aggregator I am working on -- instead of filtering spam, it will be filtering by interest level (i.e. the &quot;ham&quot; to &quot;spam&quot; ratio reflects how interesting it thinks the article will be to the reader).  Unfortunately, I can&#039;t get it working properly -- training the database works, as the database size keeps increasing, but the &quot;guess&quot; function returns either (0,0) or None depending on whether I indent the return or not (this result occurs even when I copy and paste previously classified text verbatim).  Is there some &quot;magic size&quot; that the database has to grow to before it starts actually classifying entries, or am I missing something completely different? (I&#039;ve tried first with your code converted into a class, and second by just copying and pasting your code).</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been trying to implement Reverend as part of an rss feed aggregator I am working on &#8212; instead of filtering spam, it will be filtering by interest level (i.e. the &#8220;ham&#8221; to &#8220;spam&#8221; ratio reflects how interesting it thinks the article will be to the reader).  Unfortunately, I can&#8217;t get it working properly &#8212; training the database works, as the database size keeps increasing, but the &#8220;guess&#8221; function returns either (0,0) or None depending on whether I indent the return or not (this result occurs even when I copy and paste previously classified text verbatim).  Is there some &#8220;magic size&#8221; that the database has to grow to before it starts actually classifying entries, or am I missing something completely different? (I&#8217;ve tried first with your code converted into a class, and second by just copying and pasting your code).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liliane</title>
		<link>http://www.larsen-b.com/Article/244.html/comment-page-1#comment-440</link>
		<dc:creator>Liliane</dc:creator>
		<pubDate>Wed, 03 Oct 2007 06:55:55 +0000</pubDate>
		<guid isPermaLink="false">#comment-440</guid>
		<description>Spam Filtering may reduce the number of spam for a short while but you cant say that it is an ultimate solution to Spamming. The reason is that the Spammers are aware of these filtering techniques whether it is Filtering with BogoFire or some other. There are many websites available that are providing the information on Anti-Spamming Solutions but most of this information is either irrelevant or not useful. I have recently visited a website that I would like to suggest&#160; 
&lt;br /&gt;
&lt;a href=&quot;http://www.anti-spam-info.com&quot; title=&quot;Spam Filtering&quot; rel=&quot;nofollow&quot;&gt;Anti-Spam Solutions&lt;/a&gt; Website
&lt;br /&gt;
</description>
		<content:encoded><![CDATA[<p>Spam Filtering may reduce the number of spam for a short while but you cant say that it is an ultimate solution to Spamming. The reason is that the Spammers are aware of these filtering techniques whether it is Filtering with BogoFire or some other. There are many websites available that are providing the information on Anti-Spamming Solutions but most of this information is either irrelevant or not useful. I have recently visited a website that I would like to suggest&nbsp;<br />
<br />
<a href="http://www.anti-spam-info.com" title="Spam Filtering" rel="nofollow">Anti-Spam Solutions</a> Website<br /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phil</title>
		<link>http://www.larsen-b.com/Article/244.html/comment-page-1#comment-435</link>
		<dc:creator>phil</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-435</guid>
		<description>&lt;p&gt;Thanks, Reverend Jkx :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks, Reverend Jkx :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phil</title>
		<link>http://www.larsen-b.com/Article/244.html/comment-page-1#comment-436</link>
		<dc:creator>phil</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-436</guid>
		<description>&lt;p&gt;So, now your comments RSS feed is usable, right? Because it still seem to contain some spam in there (article 239)..&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>So, now your comments RSS feed is usable, right? Because it still seem to contain some spam in there (article 239)..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jkx</title>
		<link>http://www.larsen-b.com/Article/244.html/comment-page-1#comment-437</link>
		<dc:creator>Jkx</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-437</guid>
		<description>&lt;p&gt;Yes, my comment RSS is still full of SPAM. I need to apply the filter here to. Right now, I&#039;m using this to check everything is Ok. I will switch soon.&lt;/p&gt;
&lt;p&gt;Bye ..&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Yes, my comment RSS is still full of SPAM. I need to apply the filter here to. Right now, I&#8217;m using this to check everything is Ok. I will switch soon.</p>
<p>Bye ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J</title>
		<link>http://www.larsen-b.com/Article/244.html/comment-page-1#comment-438</link>
		<dc:creator>J</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-438</guid>
		<description>What happens to the spam database file when two people submit a comment at the same time?&#160; Is there a way to prevent it from getting corrupted?</description>
		<content:encoded><![CDATA[<p>What happens to the spam database file when two people submit a comment at the same time?&nbsp; Is there a way to prevent it from getting corrupted?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jkx</title>
		<link>http://www.larsen-b.com/Article/244.html/comment-page-1#comment-439</link>
		<dc:creator>Jkx</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-439</guid>
		<description>&lt;p&gt;This depends on the way you plug this in your webapp, but you can easily protect the write with a lock.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This depends on the way you plug this in your webapp, but you can easily protect the write with a lock.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.larsen-b.com/Article/244.html/comment-page-1#comment-441</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-441</guid>
		<description>&lt;p&gt;How is the filter working out these days? Is this approach still worth implementing? Thanks, Mike&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>How is the filter working out these days? Is this approach still worth implementing? Thanks, Mike</p>
]]></content:encoded>
	</item>
</channel>
</rss>
