<?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: SpamBayes server compliant w/ spamassassin</title>
	<atom:link href="http://www.larsen-b.com/Article/112.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.larsen-b.com/Article/112.html</link>
	<description>Titanium Exposé</description>
	<lastBuildDate>Mon, 02 Jul 2018 13:54:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
	<item>
		<title>By: Stephen</title>
		<link>http://www.larsen-b.com/Article/112.html/comment-page-1#comment-824</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-824</guid>
		<description><![CDATA[I&#039;m using the &quot;sb_filter.py&quot; command instead of starting a pop3 proxy. That way I can implement a white list before spambayes has a crack at it, and my database is unique for each user.&lt;br /&gt;
&lt;br /&gt;
My .spambayesrc:&lt;br /&gt;
[Storage]&lt;br /&gt;
persistent_use_database = False&lt;br /&gt;
persistent_storage_file = ~/.spambayes_database.pck&lt;br /&gt;
&lt;br /&gt;
Stephen]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m using the &#8220;sb_filter.py&#8221; command instead of starting a pop3 proxy. That way I can implement a white list before spambayes has a crack at it, and my database is unique for each user.</p>
<p>My .spambayesrc:<br />
<br />
[Storage]<br />
<br />
persistent_use_database = False<br />
<br />
persistent_storage_file = ~/.spambayes_database.pck</p>
<p>Stephen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jkx</title>
		<link>http://www.larsen-b.com/Article/112.html/comment-page-1#comment-825</link>
		<dc:creator>Jkx</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-825</guid>
		<description><![CDATA[Please run the thread until the end. You will discover severall things:&lt;br /&gt;
- sb_filter.py have some drawback, and should be replaced w/ sb_bn[filter&#124;server]. &lt;br /&gt;
- my piece of code can be hacked to support ~/.spambayesrc parsing too. This is just a mather of implementation ]]></description>
		<content:encoded><![CDATA[<p>Please run the thread until the end. You will discover severall things:<br />
<br />
- sb_filter.py have some drawback, and should be replaced w/ sb_bn[filter|server].<br />
<br />
- my piece of code can be hacked to support ~/.spambayesrc parsing too. This is just a mather of implementation </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flo</title>
		<link>http://www.larsen-b.com/Article/112.html/comment-page-1#comment-826</link>
		<dc:creator>Flo</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-826</guid>
		<description><![CDATA[Wow, this is really cool, I was searching for something like this.&lt;br /&gt;
&lt;br /&gt;
Can you please explain your setup a little bit more? How do you do the training? Which parameters do you use when calling spamc? I&#039;m currently running spamc like this:&lt;br /&gt;
spamc -u $USER@$HOST -U /tmp/spamd.sock&lt;br /&gt;
thanks]]></description>
		<content:encoded><![CDATA[<p>Wow, this is really cool, I was searching for something like this.</p>
<p>Can you please explain your setup a little bit more? How do you do the training? Which parameters do you use when calling spamc? I&#8217;m currently running spamc like this:<br />
<br />
spamc -u $USER@$HOST -U /tmp/spamd.sock<br />
<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jkx</title>
		<link>http://www.larsen-b.com/Article/112.html/comment-page-1#comment-827</link>
		<dc:creator>Jkx</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-827</guid>
		<description><![CDATA[I run spamc like that :&lt;br /&gt;
- spamc -u $USER -U /tmp/spamd.sock&lt;br /&gt;
- or spamc -u $USER -d ip -p port &lt;br /&gt;
(default ip = localhost -p = 1783) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The training is done throught a cron. I put a HAM in each Maildir folder, wrong classified mail should be put by users in. &lt;br /&gt;
]]></description>
		<content:encoded><![CDATA[<p>I run spamc like that :<br />
<br />
- spamc -u $USER -U /tmp/spamd.sock<br />
<br />
- or spamc -u $USER -d ip -p port<br />
<br />
(default ip = localhost -p = 1783) </p>
<p>
The training is done throught a cron. I put a HAM in each Maildir folder, wrong classified mail should be put by users in.<br /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
