diff options
author | arved <arved@FreeBSD.org> | 2004-12-02 04:34:40 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-12-02 04:34:40 +0800 |
commit | ba265e13e2a958e8d76701d2b06b4d637c86ec71 (patch) | |
tree | be46906b6ed1e026e013ab54d514e8543c52beef /mail/dspam/files | |
parent | d6fdc803c0b0b4b9faaa8c571ea897bb865f7792 (diff) | |
download | freebsd-ports-gnome-ba265e13e2a958e8d76701d2b06b4d637c86ec71.tar.gz freebsd-ports-gnome-ba265e13e2a958e8d76701d2b06b4d637c86ec71.tar.zst freebsd-ports-gnome-ba265e13e2a958e8d76701d2b06b4d637c86ec71.zip |
Update to 3.2.3
PR: 74538
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Diffstat (limited to 'mail/dspam/files')
-rw-r--r-- | mail/dspam/files/UPDATING | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/dspam/files/UPDATING b/mail/dspam/files/UPDATING index f47ae515ad83..2cc98c05307a 100644 --- a/mail/dspam/files/UPDATING +++ b/mail/dspam/files/UPDATING @@ -10,6 +10,16 @@ also the UPGRADING enclosed in the dspam distribution. You can see it by doing in the port directory: make extract; more `find . -type f -maxdepth 2 -name UPGRADING` +############################################################################# +# dspam-3.2.3 +# + +- important fixes from 3.2.2: + BUGFIX: DSPAM misreads boundary delimiter in signed Apple Mail messages + BUGFIX: Signature is not written to multipart blocks with no content type + BUGFIX: dspam_dump for a particular token fails with MySQL 4.1 + BUGFIX: Bayesian Noise Reduction is never instantiated + ############################################################################# # dspam-3.2.2.20041117.1515: |