<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" 
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:admin="http://webns.net/mvcb/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">

<channel>
<title>Apache News Online : Apache SpamAssassin</title>
<link>http://www.apachenews.org/archives/cat_apache_spamassassin.html</link>
<description></description>
<dc:language>en-us</dc:language>
<dc:creator>kitahata@terra-intl.com</dc:creator>
<dc:date>2006-03-11T04:25:24+00:00</dc:date>
<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=3.122-ja" />
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>

<item>
<title>11 March 2006 - Apache SpamAssassin 3.1.1 released</title>
<link>http://www.apachenews.org/archives/000842.html</link>
<description>
<![CDATA[<a href="http://spamassassin.apache.org/">Apache SpamAssassin</a> 3.1.1 released]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_spamassassin_index.html">Apache SpamAssassin</a> ] <a href="http://www.apachenews.org/archives/news_apache_spamassassin.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_spamassassin.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">842@http://www.apachenews.org/</guid>
<dc:subject>Apache SpamAssassin</dc:subject>
<dc:date>2006-03-11T04:25:24+00:00</dc:date>
</item>
<item>
<title>18 September 2005 - Apache Spamassassin 3.1.0 Released</title>
<link>http://www.apachenews.org/archives/000730.html</link>
<description>
<![CDATA[<a href="http://spamassassin.apache.org/">Apache SpamAssassin</a> 3.1.0 has been released!  SpamAssassin 3.1.0 is a major update. SpamAssassin is a mail filter which uses advanced statistical and heuristic tests to identify spam (also known as unsolicited bulk email).


Highlights of the release
-------------------------
<ul><li>Apache preforking algorithm adopted; number of spamd child processes is now scaled, according to demand.  This provides better VM behaviour when not under peak load.</li><li>added PostgreSQL, MySQL 4.1+, and local SDBM file Bayes storage modules. SQL storage is now recommended for Bayes, instead of DB_File. NDBM_File support has been dropped due to a major bug in that module.</li><li>detect legitimate SMTP AUTH submission, to avoid false positives on Dynablock-style rules.</li><li>new plugins: DomainKeys (off by default), MIMEHeader: a new plugin to perform tests against header in internal MIME structure, ReplaceTags: plugin by Felix Bauer to support fuzzy text matching, WhiteListSubject: plugin added to support user whitelists by Subject header.</li><li>Razor: disable Razor2 support by default per our policy, since the service is not free for non-personal use.It's trivial to reenable (by editing '/etc/mail/spamassassin/v310.pre').</li><li>DCC: disable DCC for similar reasons, due to new license terms.</li><li>Net::DNS bug: high load caused answer packets to be mixed up and delivered as answers to the wrong request, causing false positives.worked around.</li><li>DNSBL lookups and other DNS operations are now more efficient, by using a custom single-socket event-based model instead of Net::DNS.</li></ul>

Downloading
-----------

Pick it up from:

<a href="http://spamassassin.apache.org/">http://SpamAssassin.apache.org/</a>

Note, it may take up to two hours from now for that mirror to update.

md5sum:

  d28bd7e83d01b234144e336bbfde0caa  Mail-SpamAssassin-3.1.0.tar.bz2
  f70c1fcab3d9563731bbc307eda7d69e  Mail-SpamAssassin-3.1.0.tar.gz
  65e9629ce255244fe3cb3d9772cdf239  Mail-SpamAssassin-3.1.0.zip

sha1sum:

  0185f076f619dd9e64e94b453017f9b08d4b0f04  Mail-SpamAssassin-3.1.0.tar.bz2
  d887cbae5962cb03e45aaf71cd93881a27cccc99  Mail-SpamAssassin-3.1.0.tar.gz
  8b9494448782f910e573377bf226a8072f24bb3f  Mail-SpamAssassin-3.1.0.zip

The release files also have a .asc accompanying them.The file serves as an external GPG signature for the given release file.The signing key is available via the wwwkeys.pgp.net key server, as well as <a href="http://spamassassin.apache.org/released/GPG-SIGNING-KEY">http://spamassassin.apache.org/released/GPG-SIGNING-KEY</a>

The key information is:

pub  1024D/265FA05B 2003-06-09 SpamAssassin Signing Key - release@spamassassin.org
     Key fingerprint =3D 26C9 00A4 6DD4 0CD5 AD24  F6D7 DEE0 1987 265F A05B


Important installation notes
----------------------------
<ul><li>see the INSTALL and UPGRADE files in the distribution.</li></ul>


Summary of major changes since 3.0.x
------------------------------------
<ul><li>Apache preforking algorithm adopted; number of spamd child processes is now scaled, according to demand.This provides better VM behaviour when not under peak load.</li><li>Inclusion of sa-update script which will allow for updates of rules and scores in between code releases.</li><li>added PostgreSQL, MySQL 4.1+, and local SDBM file Bayes storage modules. SQL storage is now recommended for Bayes, instead of DB_File. NDBM_File support has been dropped due to a major bug in that module.</li><li>detect legitimate SMTP AUTH submission, to avoid false positives on Dynablock-style rules.</li><li>new Advance Fee Fraud (419 scam) rules. </li><li>removed use of the Storable module, due to several reported hangs on SMP Linux machines. </li><li>Converted several rule/engine components into Plugins such as: AccessDB, AWL, Pyzor, Razor2, DCC, Bayes AutoLearn Determination, etc. </li><li>new plugins: DomainKeys (off by default), MIMEHeader: a new plugin to perform tests against header in internal MIME structure, ReplaceTags: plugin by Felix Bauer to support fuzzy text matching, WhiteListSubject: plugin added to support user whitelists by Subject header.</li><li>TextCat language guesser moved to a plugin.(This means "ok_languages" is no longer part of the core engine by default.) </li><li>Razor: disable Razor2 support by default per our policy, since the service is not free for non-personal use.It's trivial to reenable.</li><li>DCC: disable DCC for similar reasons, due to new license terms.</li><li>Net::DNS bug: high load caused answer packets to be mixed up and delivered as answers to the wrong request, causing false positives.worked around.</li><li>DNSBL lookups and other DNS operations are now more efficient, by using a custom single-socket event-based model instead of Net::DNS.</li><li>add support for accreditation services, including Habeas v2.</li><li>better URI parsing -- many evasion tricks now caught.</li><li>URIBL lookups are prioritized based on the location in the message the URI was found.</li><li>mass-check now supports reusing realtime DNSBL hit results, and sample-based Bayes autolearning emulation, to reduce complexity.</li><li>sa-learn, spamassassin and mass-check now have optional progress bars.</li><li>modify header ordering for DomainKeys compatibility, by placing markup headers at the top of the message instead at the bottom of the list.</li><li>spamd/spamc now support remote Bayes training, and reporting spam.</li><li>spamc now supports reading its flags from a configuration file using the -F switch, contributed by John Madden.</li><li>added SPF-based whitelisting.</li><li>Polish rules contributed by Radoslaw Stachowiak.</li><li>many rule changes and additions.</li></ul>

----

<strong><em><u><a href="http://spamassassin.apache.org/">-- The Apache Spamassassin Project</a></u></em></strong>

]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_spamassassin_index.html">Apache SpamAssassin</a> ] <a href="http://www.apachenews.org/archives/news_apache_spamassassin.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_spamassassin.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">730@http://www.apachenews.org/</guid>
<dc:subject>Apache SpamAssassin</dc:subject>
<dc:date>2005-09-18T05:55:36+00:00</dc:date>
</item>
<item>
<title>06 June 2005 - Apache SpamAssassin 3.0.4 Released</title>
<link>http://www.apachenews.org/archives/000702.html</link>
<description>
<![CDATA[Apache SpamAssassin 3.0.4 released! Please visit the <a href="http://spamassassin.apache.org/downloads.cgi?update=200506061100">downloads page</a> to get the latest version. ]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_spamassassin_index.html">Apache SpamAssassin</a> ] <a href="http://www.apachenews.org/archives/news_apache_spamassassin.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_spamassassin.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">702@http://www.apachenews.org/</guid>
<dc:subject>Apache SpamAssassin</dc:subject>
<dc:date>2005-06-06T19:13:05+00:00</dc:date>
</item>
<item>
<title>16 December 2004 - Apache SpamAssassin 3.0.2 Released</title>
<link>http://www.apachenews.org/archives/000574.html</link>
<description>
<![CDATA[Apache SpamAssassin 3.0.2 released! Please visit the <a href="http://spamassassin.apache.org/downloads.cgi">downloads page</a> to get the latest version. ]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_spamassassin_index.html">Apache SpamAssassin</a> ] <a href="http://www.apachenews.org/archives/news_apache_spamassassin.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_spamassassin.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">574@http://www.apachenews.org/</guid>
<dc:subject>Apache SpamAssassin</dc:subject>
<dc:date>2004-12-16T02:53:12+00:00</dc:date>
</item>
<item>
<title>22 September 2004 - Apache SpamAssassin 3.0.0 is released</title>
<link>http://www.apachenews.org/archives/000464.html</link>
<description>
<![CDATA[Forest Hill, MD - September 22, 2004 -- <a href="http://www.apache.org/">The Apache Software Foundation</a> is pleased to announce the release of SpamAssassin 3.0.  SpamAssassin 3.0 contains a number of new technologies designed to protect against the changing techniques used by spammers.  This is the first SpamAssassin release as an Apache Software Foundation project and under the Apache License.  The release is available from the Apache SpamAssassin web site (<a href="http://spamassassin.apache.org/">http://spamassassin.apache.org/</a>) via the Apache mirror network.
<p/>
SpamAssassin 3.0 delivers many new features including support for sender authentication using the Sender Policy Framework (SPF), checking for web links of known spam advertisers, a modular plugin architecture, improved SQL database support for storing user data in server installations, and improved email classification.
<p/>
SpamAssassin's practical multi-technique approach, modularity, and extensibility continue to give it an advantage over other anti-spamsystems.  Due to these advantages, SpamAssassin is widely used in all aspects of email management.  You can readily find SpamAssassin in use in both email clients and servers, on many different operating systems, filtering incoming as well as outgoing email, and implementing a very broad range of policy actions.  These installations include service providers, businesses, not-for-profit and educational organizations, and end-user systems.  SpamAssassin also forms the basis for numerous commercial anti-spam products available on the market today.
<p/>
About SpamAssassin
<p/>
SpamAssassin is an intelligent email filter which uses a diverse range of tests to identify unsolicited bulk email, more commonly known as "spam". These tests are applied to email headers and content to classify email using advanced statistical methods.  In addition, SpamAssassin has a modular architecture that allows other technologies to be quickly wielded against spam and is designed for easy integration into virtually any email system.
<p/>
About the Apache Software Foundation
<p/>
The Apache Software Foundation provides organizational, legal, and financial support for a broad range of open source software projects.  As a US 501(c)(3) public charity, the Foundation provides an established framework for contributions of both intellectual property and funding for the support of open source software development.  Through a collaborative and meritocratic development process, Apache projects deliver enterprise-grade, freely available software products for the public benefit, attracting large communities of users and enabling future innovation, both commercial and individual, through its pragmatic Apache License.
<p/>
Press Contact:
<p/>
  press@apache.org
<p/>]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_spamassassin_index.html">Apache SpamAssassin</a> ] <a href="http://www.apachenews.org/archives/news_apache_spamassassin.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_spamassassin.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">464@http://www.apachenews.org/</guid>
<dc:subject>Apache SpamAssassin</dc:subject>
<dc:date>2004-09-22T14:53:46+00:00</dc:date>
</item>
<item>
<title>16 July 2004 - Spamassassin Project Website Now In Apache.Org</title>
<link>http://www.apachenews.org/archives/000416.html</link>
<description>
http://spamassassin.apache.org/ -- Please take a look at the &quot;News and Announcements&quot; section if possible....
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_spamassassin_index.html">Apache SpamAssassin</a> ] <a href="http://www.apachenews.org/archives/news_apache_spamassassin.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_spamassassin.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">416@http://www.apachenews.org/</guid>
<dc:subject>Apache SpamAssassin</dc:subject>
<dc:date>2004-07-17T00:10:07+00:00</dc:date>
</item>
<item>
<title>24 June 2004 - Full-fledged Apache SpamAssassin moves up to Top Level</title>
<link>http://www.apachenews.org/archives/000373.html</link>
<description>
<![CDATA[The resolution below was brought before the Board of the <a href="http://www.apache.org/">Apache Software Foundation</a>, and has passed.  <a href="http://incubator.apache.org/projects/spamassassin.html">SpamAssassin</a> has graduated from the <a href="http://incubator.apache.org/">Apache Incubator Project</a> to become a full-fledged top level project in the <a href="http://www.apache.org/">Apache Software Foundation</a>. Daniel Quinlan will be the PMC Chair of the Apache SpamAssassin.<p/>

This was finally made possible now that Network Associates officially transferred ownership of the SpamAssassin trademarks to the Apache Software Foundation. The Apache Software Foundation is now the proud owner of the fantastic SpamAssassin brand and the codebase. The SpamAssassin team is on the verge of releasing a long overdue 3.0 release.
]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_incubator_index.html">Apache Incubator</a> ] <a href="http://www.apachenews.org/archives/news_apache_incubator.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_incubator.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br />[ Category : <a href="http://www.apachenews.org/archives/cat_apache_software_foundation_index.html">Apache Software Foundation</a> ] <a href="http://www.apachenews.org/archives/news_apache_software_foundation.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_software_foundation.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br />[ Category : <a href="http://www.apachenews.org/archives/cat_apache_spamassassin_index.html">Apache SpamAssassin</a> ] <a href="http://www.apachenews.org/archives/news_apache_spamassassin.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_spamassassin.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">373@http://www.apachenews.org/</guid>
<dc:subject>Apache Software Foundation</dc:subject>
<dc:date>2004-06-24T15:28:15+00:00</dc:date>
</item>


</channel>
</rss>

