aboutsummaryrefslogtreecommitdiff
path: root/mail/dspam-devel/files/UPDATING
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2005-11-11 12:24:37 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2005-11-11 12:24:37 +0000
commit07a08f5dae81e728c6e9de53017a2b83d9f24ba6 (patch)
tree6c40ed465ebe45887210904c303b49567130b5bf /mail/dspam-devel/files/UPDATING
parent54cb5b41b935c23d53b94914cfd672fc873f59a1 (diff)
downloadports-07a08f5dae81e728c6e9de53017a2b83d9f24ba6.tar.gz
ports-07a08f5dae81e728c6e9de53017a2b83d9f24ba6.zip
Notes
Diffstat (limited to 'mail/dspam-devel/files/UPDATING')
-rw-r--r--mail/dspam-devel/files/UPDATING23
1 files changed, 23 insertions, 0 deletions
diff --git a/mail/dspam-devel/files/UPDATING b/mail/dspam-devel/files/UPDATING
index 4503e8d3ad25..8433e99c9ac6 100644
--- a/mail/dspam-devel/files/UPDATING
+++ b/mail/dspam-devel/files/UPDATING
@@ -12,6 +12,29 @@ 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-devel-3.6.1
+#
+
+!!! WARNING: Both dspam 3.6.0 and 3.6.1 have a memory leak !!!
+Watch the size and res (top -o size or top -o res) of dspam process and
+restart it (/usr/local/etc/rc.d/dspam-devel.sh restart) when it gets to big.
+
+BUGFIX: ParseToHeaders can segfault on malformatted To header
+BUGFIX: TrackSources does not correctly parse messages with QMail Received
+headers
+BUGFIX: Missing check for existing strcasestr
+BUGFIX: X-DSPAM-Reclassified heading appears blank
+BUGFIX: Plused-Detail support does not work with domains
+BUGFIX: Hash databases are not 8-byte aligned (do not work with 64-bit systems)
+use cssconvert to convert your hash file
+BUGFIX: Certain daemon-mode operations append a trailing period
+BUGFIX: DataSource 'document' option causes improper processing
+BUGFIX: Segfaults occur on malformed Content-Type header
+BUGFIX: History appears blank in dspam.cgi
+
+- WITH_TRAIN_SCRIPT for an example training script dspam_train
+
###########################################################################
# dspam-devel-3.6.0