<?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>/harry-webster.co(.uk&#124;m)/ &#187; spamassassin</title>
	<atom:link href="http://www.harry-webster.co.uk/tag/spamassassin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.harry-webster.co.uk</link>
	<description>Harry Webster&#039;s Blog</description>
	<lastBuildDate>Thu, 11 Aug 2011 18:43:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Teaching Spam Assassin</title>
		<link>http://www.harry-webster.co.uk/2010/02/teaching-spam-assassin/</link>
		<comments>http://www.harry-webster.co.uk/2010/02/teaching-spam-assassin/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 15:32:00 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Systems Administration]]></category>
		<category><![CDATA[exim]]></category>
		<category><![CDATA[learn]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[spamassassin]]></category>

		<guid isPermaLink="false">http://www.harry-webster.co.uk/?p=27</guid>
		<description><![CDATA[This was written about running Spamassassin, Exim on CentOS Linux As SPAM evolves the techniques used change over time, it is because of [...]]]></description>
			<content:encoded><![CDATA[<p><em>This was written about running Spamassassin, Exim on CentOS Linux</em></p>
<p>As SPAM evolves the techniques used change over time, it is because of this that mail servers running the very popular “Spamassassin” software should keep it up to date.</p>
<p>If you&#8217;re receiving a lot of spam, don&#8217;t delete them&#8230; Move it all into a “Spam” directory in your IMAP account so that we can use them to enlighten the anti spam software.</p>
<p>In order to teach Spamassassin first we  need to introduce it to the spam you&#8217;ve stored:</p>
<blockquote>
<pre>$ sa-learn -u exim --dbpath ~exim/.spamassassin/ --spam [MAILDIR CONTAINING SPAM]</pre>
</blockquote>
<p>Now delete all this SPAM from your mailbox.</p>
<p>Finally we should also show Spamassassin what valid email looks like, by knowing these two it will be able to make a more “informed” decision on whether a message is SPAM or HAM.</p>
<blockquote>
<pre>$ sa-learn -u exim --dbpath ~exim/.spamassassin/ --ham [MAILDIR CONTAINING VALID MAIL]</pre>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.harry-webster.co.uk/2010/02/teaching-spam-assassin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

