the new release fixes the incorrect manual page regarding rebuilding
sendmail with milter support; we have milter support by default
for years now; noticed by otto@, update provided by dhartmei@
highlights are:
- bug 5318: fix for CVE-2007-0451: possible DoS due to incredibly
long URIs found in the message content.
- bug 5240: disable perl module usage in update channels unless
--allowplugins is specified
- bug 5288: files with names starting/ending in whitespace weren't usable
- bug 5056: remove Text::Wrap related code due to upstream issues
- bug 5145: update spamassassin and sa-learn to better deal with STDIN
- bug 5140 and 5179: improvements and bug fixes related to DomainKeys
and DKIM support
- several updates for Received header parsing
- several documentation updates and random taint-variable related issues
A more detailed change log can be read here:
http://svn.apache.org/repos/asf/spamassassin/branches/3.1/Changes
ok nikolay
fdm is a simple, lightweight replacement for mail fetch, filter and
delivery programs such as fetchmail and procmail. It can fetch using
POP3 or IMAP (with SSL) or from stdin, and deliver to a pipe, file,
maildir, mbox or SMTP server, based on regexps.
from maintainer Nicholas Marriott
A password disclosure vulnerability (CVE-2006-5867, fetchmail's using unsafe
logins or omitting TLS) and a denial of service vulnerability (CVE-2006-5974,
fetchmail crashes, dereferencing the null page, when rejecting a message sent
to an MDA).
Fetchmail 6.3.6 also fixes several regressions and long-standing bugs.
Details:
https://lists.berlios.de/pipermail/fetchmail-announce/2007-January/000042.html
tests & ok jasper@, simon@
programs. Fix RUN_DEPENDS so package updates work correctly.
Update problem reported by some guy at 23C3 in Berlin. RUN_DEPENDS problem
noticed by sturm@.
ok sturm@, ajacoutot@
Gotmail is a perl script to download mail from hotmail.com without user
interaction. It is probably best run from a cron job.
submitted by Michael Erdely <mike at erdelynet.com> (MAINTAINER),
with tweaks by me.
ok simon@