<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Random Hacks: SpamAssassin: An Decent Spam Filter</title>
    <link>http://www.randomhacks.net/articles/2002/08/06/spam-assassin-intro</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Technology and Other Fun Stuff</description>
    <item>
      <title>SpamAssassin: An Decent Spam Filter</title>
      <description>    &lt;p&gt;&lt;a href='http://spamassassin.taint.org/'&gt;SpamAssassin&lt;/a&gt; is a
    highly accurate open source spam filter.&lt;/p&gt;

    &lt;p&gt;There are two major components to the SpamAssassin filtering system:
    a set of rules which match various properties of an e-mail (e.g.,
    whether it mentiones stock alerts or Nigerian banks), and a set of
    weights for each rule.  The weights are assigned automatically, by
    analyzing various real-world mail spools.  So SpamAssassin is
    essentially an adaptive system--the rules are periodically
    recalibrated, and whether a given property is good or bad may change
    over time.&lt;/p&gt;

    &lt;p&gt;SpamAssassin also includes an "auto whitelist", which supposedly
    learns to recognize your most frequent correspondents.&lt;/p&gt;

    &lt;p&gt;There're probably some chewy ideas in here for an evolutionary
    biologist--spam filtering involves an arms race between the spammers
    and the mail administrators of the world, and the most advanced spam
    filters are beginning to resemble immune systems.&lt;/p&gt;

    &lt;p&gt;(If you're a Debian user, type &lt;code&gt;apt-get install spamassassin spamc
    libnet-dns-perl razor&lt;/code&gt; and take a look at the &lt;a href='http://spamassassin.org/dist/README'&gt;setup instructions&lt;/a&gt;.  If
    you want to use &lt;code&gt;spamd&lt;/code&gt;, try using the &lt;code&gt;--max-children 10&lt;/code&gt;
    argument; it will save you a lot of grief.)&lt;/p&gt;</description>
      <pubDate>Tue, 06 Aug 2002 00:00:00 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:5bb07b36-c839-404b-8be0-5fc19c3c1513</guid>
      <author>Eric</author>
      <link>http://www.randomhacks.net/articles/2002/08/06/spam-assassin-intro</link>
      <category>Spam</category>
      <trackback:ping>http://www.randomhacks.net/articles/trackback/19</trackback:ping>
    </item>
  </channel>
</rss>
