Mailing List Archive

ANNOUNCE: Apache SpamAssassin 3.1.1 available!
Apache SpamAssassin 3.1.1 is now available! This is a maintainance
release of the 3.1.x branch.

Downloads are available from:
http://spamassassin.apache.org/downloads.cgi?update=200603111700

The release file will also be available via CPAN in the near future.

md5sum of archive files:
33bc2bef2619135125ccf3b5a663be1d Mail-SpamAssassin-3.1.1.tar.bz2
f7844cbc149de3d7b09a4310f4ab6739 Mail-SpamAssassin-3.1.1.tar.gz
e5ae2dc25b6fc93c048adaf4beaa86e0 Mail-SpamAssassin-3.1.1.zip

sha1sum of archive files:
7723663486b013f738eb8e805a7503f52f50e347 Mail-SpamAssassin-3.1.1.tar.bz2
cda06e3d38d831521c59e50ec024e468b76035cb Mail-SpamAssassin-3.1.1.tar.gz
582114d083dcdc0975d710d54ebdb39cb020a10e Mail-SpamAssassin-3.1.1.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
http://spamassassin.apache.org/released/GPG-SIGNING-KEY

The key information is:

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

3.1.1 includes a large number of bug fixes and documentation updates.
Here is an abbreviated changelog (since 3.1.0) for major updates (see
the Changes file for a complete list):

- better validate a number of different configuration options
- support new Mail::DomainKeys API, which changed incompatibly between
0.18 and 0.80 without warning
- more properly handle new Received header formats
- bug 4788: backport sa-update from 3.2 along with the local_state_dir
code, etc.
- bug 4760: strictly validate trusted/internal network configurations
- bug 4696: consolidated fixes for timeout bugs
- bug 3710: add timeout to connect so spamc -t works
- bug 4363: if a message uses CRLF for line endings, use it for header
rewrites as well
- bug 4748: add ExpressionEngine and Google redirector patterns
- bug 3815: add _RELAYCOUNTRY_ tag so that the RelayCountry plugin can
put in the list of countries relayed through
- bug 4090: x86_64 platforms (linux specifically) have an issue compiling
libspamc.so causing RPM build failures
- bug 4791: fix issue where perl would throw a UTF-8 warning for certain
messages
- bugs 4606, 4609: Adjust MIME parsing limits
- bug 4780: fix IP_ADDRESS & LOCALHOST regexes to correctly parse IPv6
addresses
- bug 4728: DUL rules should only use the last external IP, not all but
the first of the external IPs
- bug 4700: certain privileged configuration settings can inject code,
due to a bad fix for bug 3846. Back that out
- bug 4655: have redhat-rc-script create .pid file for spamassassin
service to avoid killing the wrong processes and leaving spamd running