diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-04-13 22:41:05 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-04-13 22:41:05 +0000 |
commit | 8a598fd851517ca923cb54c903961f962f24947b (patch) | |
tree | db2b4c0cd1f01c764adf9a3f54cf879a284b14fb /mail/dspam-devel/files/UPDATING | |
parent | Add WANT_GNOME=yes per our GNOME porting documentation. (diff) |
Update to 3.8.0
- Official "stable" release
- fixed message corruption problems with direct delivery (when using direct
delivery (e.g. DeliveryHost), certain servers require a linefeed after
carriage return otherwise the message will become malformatted).
- added a patch to fix CRLF pairs that are not correctly stripped out when
saving the message to the quarantine mbox file; useful if using LMTP or
SMTP (as opposed to running the client directly from a delivery script),
*AND* you are using the quarantine feature [1] I'm interested if anything
breaks in the WebUI if you're not using either SMTP or LMTP.
[1] patch from John Peacock <jpeacock@rowman.com>
http://mailing-list.nuclearelephant.com/6023.html
Diffstat (limited to 'mail/dspam-devel/files/UPDATING')
-rw-r--r-- | mail/dspam-devel/files/UPDATING | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/mail/dspam-devel/files/UPDATING b/mail/dspam-devel/files/UPDATING index 15e43efcd0ba..10103e1343a2 100644 --- a/mail/dspam-devel/files/UPDATING +++ b/mail/dspam-devel/files/UPDATING @@ -11,6 +11,24 @@ in the port directory: make extract; more `find . -type f -maxdepth 2 -name UPGRADING` ########################################################################### +# dspam-devel-3.8.0,1 +# + +- Official "stable" release +- fixed message corruption problems with direct delivery (when using direct +delivery (e.g. DeliveryHost), certain servers require a linefeed after +carriage return otherwise the message will become malformatted). +- added a patch to fix CRLF pairs that are not correctly stripped out when +saving the message to the quarantine mbox file; useful if using LMTP or +SMTP (as opposed to running the client directly from a delivery script), +*AND* you are using the quarantine feature [1] I'm interested if anything +breaks in the WebUI if you're not using either SMTP or LMTP. + +[1] patch from John Peacock <jpeacock@rowman.com> + http://mailing-list.nuclearelephant.com/6023.html + + +########################################################################### # dspam-devel-3.6.8.20061010.1118_1,1 # @@ -18,7 +36,7 @@ Port changes: - added safecat as LDA [1] - give user the possibility to configure where dspam.conf is [1] - bump PORTEPOCH to fix a stupid mistake (which had no real impact on the -port but there's noo ther way ot do it - on 2006-12-17) +port but there's no other way to do it - on 2006-12-17) [1] patch from Emil Isberg <emil@pyttemjuk.se> [1] |