<?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>NYC Tech Guys &#187; email</title>
	<atom:link href="http://blog.nyctechguys.com/tech-blog/tag/email/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nyctechguys.com</link>
	<description></description>
	<lastBuildDate>Wed, 25 Jan 2012 12:31:32 +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>So you don&#8217;t like spam</title>
		<link>http://blog.nyctechguys.com/tech-blog/2009/09/so-you-dont-like-spam/</link>
		<comments>http://blog.nyctechguys.com/tech-blog/2009/09/so-you-dont-like-spam/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 19:27:42 +0000</pubDate>
		<dc:creator>Kurt Ludwig</dc:creator>
				<category><![CDATA[applications]]></category>
		<category><![CDATA[how to's]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[bayesian]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://blog.nyctechguys.com/?p=1272</guid>
		<description><![CDATA[So you don&#8217;t like spam Lets face it, if you have an email address, you&#8217;re going to get spam. If you are running your email on a server platform , then your IT should be on top of it. And if not, give us a call. Anti-spam solutions running on server can be expensive and [...]]]></description>
			<content:encoded><![CDATA[<p>So you don&#8217;t like spam</p>
<p><img class="alignnone size-full wp-image-1273" src="http://blog.nyctechguys.com/wp-content/uploads/2009/09/images.jpeg" alt="images" width="118" height="118" /></p>
<p>Lets face it, if you have an email address, you&#8217;re going to get spam. If you are running your email on a server platform , then your IT should be on top of it. And if not, give us a call. Anti-spam solutions running on server can be expensive and taxing to the server. If you are not a huge company , or would like a personalized solution, SpamBayes might just be for you.</p>
<p>Spam Bayes uses bayesian analysis <a href="http://en.wikipedia.org/wiki/Bayesian_inference">http://en.wikipedia.org/wiki/Bayesian_inference</a> ,which in a nutshell can predict outcomes based on evidence. As the information changes so does the hypotheses , reflecting one probability as likely and another as unlikely.</p>
<p>So lets get to the actual program, This will run on multiple operating systems ( thought in linux and OSX you will probably need to compile it from source code). It can either run as a standalone program or as a plugin for certain programs. You can find the download section here <a href="http://spambayes.sourceforge.net/">http://spambayes.sourceforge.net/</a> .</p>
<p><span id="more-1272"></span></p>
<p>First you have to setup your email, creating a spam folder. Legitimate emails are called Ham. Move all the spam email to the new folder you created. The reason for this is that Bayesian analysis gets better as time goes on and the more information that it is fed. You want to have a nice repository of email for the program to sift through , both good and bad.</p>
<p>Thats all there is to it, and best of all it does all the filtering in the background. Maybe your inbox be free of spam!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nyctechguys.com/tech-blog/2009/09/so-you-dont-like-spam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

