<?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: Spammed Again</title>
	<atom:link href="http://lillesvin.net/archives/59/feed" rel="self" type="application/rss+xml" />
	<link>http://lillesvin.net/archives/59</link>
	<description></description>
	<lastBuildDate>Tue, 07 Sep 2010 22:38:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: steffii</title>
		<link>http://lillesvin.net/archives/59/comment-page-1#comment-179</link>
		<dc:creator>steffii</dc:creator>
		<pubDate>Fri, 22 Oct 2004 17:53:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lillesvin.net/archives/59#comment-179</guid>
		<description>ok, there are ways to go about that i guess...

</description>
		<content:encoded><![CDATA[<p>ok, there are ways to go about that i guess&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bjarke sørensen</title>
		<link>http://lillesvin.net/archives/59/comment-page-1#comment-156</link>
		<dc:creator>bjarke sørensen</dc:creator>
		<pubDate>Thu, 21 Oct 2004 22:20:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lillesvin.net/archives/59#comment-156</guid>
		<description>Yeah, okay - I think I got it. But this site does it then :-)</description>
		<content:encoded><![CDATA[<p>Yeah, okay &#8211; I think I got it. But this site does it then :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madsen</title>
		<link>http://lillesvin.net/archives/59/comment-page-1#comment-154</link>
		<dc:creator>Madsen</dc:creator>
		<pubDate>Thu, 21 Oct 2004 21:17:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lillesvin.net/archives/59#comment-154</guid>
		<description>@ Stfiii &gt;&gt;
You&#039;re absolutely right, except that phpSnatch only assigns the spam score, it&#039;s up to you to react to it. It can be done with very few lines of code.

The prototype is:
object Snatch( string name, string email, string content [, string subject [, string timestamp ]] )

&lt;?php
require_once &#039;class.Snatch.php&#039;;

$m = new Snatch($name, $email, $content);

if ($m-&gt;spam_points &gt; 3.0) {
    // Most likely spam!
} else {
    // Not spam.
}
?&gt;

Btw Stffn, your above post got 1.3 points, probably because you didn&#039;t provide an email...</description>
		<content:encoded><![CDATA[<p>@ Stfiii >><br />
You&#8217;re absolutely right, except that phpSnatch only assigns the spam score, it&#8217;s up to you to react to it. It can be done with very few lines of code.</p>
<p>The prototype is:<br />
object Snatch( string name, string email, string content [, string subject [, string timestamp ]] )</p>
<p>< ?php<br />
require_once 'class.Snatch.php';</p>
<p>$m = new Snatch($name, $email, $content);</p>
<p>if ($m->spam_points > 3.0) {<br />
    // Most likely spam!<br />
} else {<br />
    // Not spam.<br />
}<br />
?></p>
<p>Btw Stffn, your above post got 1.3 points, probably because you didn&#8217;t provide an email&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stfiii</title>
		<link>http://lillesvin.net/archives/59/comment-page-1#comment-150</link>
		<dc:creator>stfiii</dc:creator>
		<pubDate>Thu, 21 Oct 2004 15:22:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lillesvin.net/archives/59#comment-150</guid>
		<description>As far as have &quot;studiet&quot; phpSnatch it doesn&#039;t track anything it self. It simply checks, by the spam-number, if a post is to be blocked or not. But what do i know. Anyways, it sounds like a usefull feature.</description>
		<content:encoded><![CDATA[<p>As far as have &#8220;studiet&#8221; phpSnatch it doesn&#8217;t track anything it self. It simply checks, by the spam-number, if a post is to be blocked or not. But what do i know. Anyways, it sounds like a usefull feature.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bjarke sørensen</title>
		<link>http://lillesvin.net/archives/59/comment-page-1#comment-149</link>
		<dc:creator>bjarke sørensen</dc:creator>
		<pubDate>Wed, 20 Oct 2004 21:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lillesvin.net/archives/59#comment-149</guid>
		<description>Hello.

Does phpSnatch have a way to track how many and which posting that have been blocked/filtered?
</description>
		<content:encoded><![CDATA[<p>Hello.</p>
<p>Does phpSnatch have a way to track how many and which posting that have been blocked/filtered?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
