pkgsrc/mail/spamassassin/DEINSTALL
heinz ad81929102 Update to version 2.60 (fixes PR pkg/23318):
Summary of changes since 2.5x
-----------------------------------

- spamd supports UNIX-domain sockets
- SSL support for spamc/spamd now usable
- improved Bayes text analysis
- improved expiration of Bayes-DB
- better detection of 'invisible text' and other obfuscation techniques
  in HTML
- new RBL (eg SORBS, SpamCop, Osirusoft dropped)
- better handling of RBL timeouts
- support for Razor V1 dropped
- more flexible header and report rewriting
- Perl taint mode enabled by default
- bug fixes
- new rules
2003-11-03 00:56:25 +00:00

17 lines
538 B
Text

# $NetBSD: DEINSTALL,v 1.1 2003/11/03 00:56:25 heinz Exp $
case ${STAGE} in
DEINSTALL)
${CAT} << EOF
===========================================================================
Note:
If you intend to upgrade your SpamAssassin installation, it is a good
idea to run 'sa-learn --rebuild' for every Bayes database *prior* to
deinstalling this package. This will incorporate any pending changes in
your Bayes journal file into the database.
===========================================================================
EOF
;;
esac