Using its rule base, it uses a wide range of heuristic tests on mail headers and body text to identify "spam", also known as unsolicited commercial email. See the following URL for more information for changes and new features of this version of SpamAssassin from CVS. http://spamassassin.org/full/2.7x/dist/README
17 lines
546 B
Text
17 lines
546 B
Text
# $NetBSD: DEINSTALL,v 1.1.1.1 2004/02/22 21:39:24 tomhensel 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
|