2005-04-06 19:52:36 by Juan Romero Pardines | Files touched by this commit (2) |
Log message:
Update to 3.4.2.
Changes:
BUGFIX: Minior memory leaks in multi-word tokenizer
BUGFIX: When using --classify, the system/user log is appended to
BUGFIX: Using signatureLocation=headers should prefer signature in headers
BUGFIX: History-based training only works for admins
BUGFIX: Long usernames malformatted in dspam_stats
BUGFIX: Daemon connection deadlocks when NULL characters are sent
BUGFIX: Other minor memory leaks
BUGFIX: PostgreSQL connections stay open in daemon mode
|
2005-03-21 22:35:52 by Juan Romero Pardines | Files touched by this commit (6) |
Log message:
Update to 3.4.1.
Changes:
o Accuracy Enhancements
o Bayesian Noise Reduction v2.0
o TUM-Mode Enhancements
o Library Performance Enhancements
o PostgreSQL Storage Driver Enhancements
o SQLite3 Storage Driver Support
o Daemonized LMTP Server
o LMTP Delivery
And more... more info in the RELEASE.NOTES file.
pkgsrc changes:
o Add a dspam rc.d script to start the daemon.
o The cgi configuration files were modified to support
CONF_FILES and PKG_SYSCONFDIR.
When using a NetBSD system, mount_umap(8) will be useful to mount
the cgi directory with www permissions, and you won't need to modify
any file in there! yay.
|
2005-03-07 22:00:20 by Juan Romero Pardines | Files touched by this commit (2) |
Log message:
Update to 3.2.8 (bugfix release).
Changes:
BUGFIX: TOE Training mode breaks automatic whitelisting
|
2005-02-24 10:59:30 by Alistair G. Crooks | Files touched by this commit (177) |
Log message:
Add RMD160 digests.
|
2005-02-20 01:05:51 by Juan Romero Pardines | Files touched by this commit (2) |
Log message:
Update to 3.2.7.
BUGFIX: Signature not written to some email, making them untrainable.
BUGFIX: DSPAM Segfaults if dspam_process() fails after loading a signature.
|
2005-01-19 23:33:59 by Juan Romero Pardines | Files touched by this commit (2) |
Log message:
Update to 3.2.6
RELEASE 3.2.6-STABLE
BUGFIX: Sedation level instantiates when not specified
(should default to off)
RELEASE 3.2.5-STABLE
BUGFIX: statisticalSedation preference is ignored
|
2005-01-05 01:57:40 by Juan Romero Pardines | Files touched by this commit (2) |
Log message:
Update to 3.2.4.
Changes:
BUGFIX: MIME boundaries using broken RFC are misread
BUGFIX: Tools will not build when CFLAGS is provided
BUGFIX: DSPAM misreads lines after -- as headers and fails to decode them
BUGFIX: DSPAM misreads lines after -- and adds colons to them
Enhancements:
PostgreSQL Storage Driver
Some minor fixes have been made to the PostgreSQL storage driver which may
affect performance.
|
2004-11-29 08:59:53 by Juan Romero Pardines | Files touched by this commit (2) |
Log message:
Update to 3.2.3.
Version 3.2.3 is a maintenance release and contains corrections to
v3.2 only.
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
|
2004-11-17 14:26:17 by Juan Romero Pardines | Files touched by this commit (1) |
Log message:
Define GNU_CONFIGURE before USE_LIBTOOL, so the check for _OPSYS_MAX_CMDLEN
defined in mk/platform/${OPSYS}.mk is not skipped.
|
2004-11-15 09:13:13 by Juan Romero Pardines | Files touched by this commit (3) |
Log message:
Update mail/dspam to 3.2.2.
Version 3.2.2 is a maintenance release and contains corrections
to v3.2 only.
BUGFIX: optOut preference no longer works
BUGFIX: Source address tracking doesn't work when using TOE
BUGFIX: LocalMX tag doesn't work in dspam.conf
BUGFIX: dspam.conf default permissions 0750
BUGFIX: Using SignatureLocation=headers no longer works with
fwd attachments
BUGFIX: Source address tracking is disabled by legacy #ifdef's
BUGFIX: Chi-Square cutoff is identical to default token value
BUGFIX: Tokens from lines 2+ of multi-line headers are not processed
BUGFIX: Signature scan segfaults when scanning some emails
BUGFIX: Signature encoding can cause segfault in sqlite_drv
Other Notable Changes:
CHANGE: TrackSources 'ham' token changed to 'nonspam'
CHANGE: Agent loose signature match changed from DSPAM: to
X-DSPAM-Signature:
|