diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2005-05-09 15:55:42 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2005-05-09 15:55:42 +0000 |
commit | 36ed0dcbaee5a6ac6896818d6f77065b8962cd9a (patch) | |
tree | 7d6ecba820bf10a8fefa01ce59b25fc12b1f3e56 /mail/dspam-devel/files/UPDATING | |
parent | Update to dspam-3.4.6 (diff) |
- Support for clamd virus checking via TCP (see ClamAVHost, ClamAVPort and
ClamAVResponse in dspam.conf)
- Support "user+detail" inbound emails and "+quarantine" outbound emails
(see EnablePlusedDetail and QuarantineMailbox in dspam.conf)
- BUG FIX: "obscure" [1] bug causing dspam to crash under certain conditions
when the loose signature was provided without the appropriate delimiter
- BUG FIX: fix sqlite3 dependency check [2]
- BUG FIX: don't strip binary if we want GDB suport
- BUG FIX: DOMAIN_SCALE and LARGE_SCALE are incompatible catch this before
./cofigure fails [3]
[1] "Obscure" = it took me about 4 hours and a 500 queue processed one by
one by hand to catch and reproduce the problem after 7 days of mail
processing w/o error
[2] Pointed out by vanilla@ for mail/dspam but true here also
[3] Pointed out by Arvinn Lokkebakken <arvinn@whitebird.no> for mail/dspam
but true here also
PR: ports/80791
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=134935
Diffstat (limited to 'mail/dspam-devel/files/UPDATING')
-rw-r--r-- | mail/dspam-devel/files/UPDATING | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/mail/dspam-devel/files/UPDATING b/mail/dspam-devel/files/UPDATING index de6b37a172aa..6f396781e961 100644 --- a/mail/dspam-devel/files/UPDATING +++ b/mail/dspam-devel/files/UPDATING @@ -13,6 +13,29 @@ in the port directory: make extract; more `find . -type f -maxdepth 2 -name UPGRADING` ########################################################################### +# dspam-devel-3.5.0.20050506.0930 +# + +- Support for clamd virus checking via TCP (see ClamAVHost, ClamAVPort and +ClamAVResponse in dspam.conf) +- Support "user+detail" inbound emails and "+quarantine" outbound emails +(see EnablePlusedDetail and QuarantineMailbox in dspam.conf) + +- BUG FIX: "obscure" [1] bug causing dspam to crash under certain conditions +when the loose signature was provided without the appropriate delimiter +- BUG FIX: fix sqlite3 dependency check [2] +- BUG FIX: don't strip binary if we want GDB suport +- BUG FIX: DOMAIN_SCALE and LARGE_SCALE are incompatible catch this before +./cofigure fails [3] + +[1] "Obscure" = it took me about 4 hours and a 500 queue processed one by +one by hand to catch and reproduce the problem after 7 days of mail +processing w/o error +[2] Pointed out by vanilla@ for mail/dspam but true here also +[3] Pointed out by Arvinn Løkkebakken <arvinn@whitebird.no> for mail/dspam +but true here also + +########################################################################### # dspam-devel-3.5.0.20050428.1100 # @@ -29,6 +52,7 @@ existing database structure with the *.sql corresponding to you database driver from EXAMPLESDIR (Mysql 4.1.x is now default as it's _much_ faster). Please read carefully distributed docs like README, UPGRADING and CHANGES. + ########################################################################### # dspam-devel-3.4.r2.20050305.0930 (this is post RC2A) # |