diff options
Diffstat (limited to 'network/spamassassin/README.SLACKWARE')
-rw-r--r-- | network/spamassassin/README.SLACKWARE | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/network/spamassassin/README.SLACKWARE b/network/spamassassin/README.SLACKWARE new file mode 100644 index 0000000000..41f93e711a --- /dev/null +++ b/network/spamassassin/README.SLACKWARE @@ -0,0 +1,11 @@ +After installation, as spamassassin source does NOT include rules anymore, you +have to run "sa-update" script then restart "/etc/rc.d/rc.spamd", in order to +retrieve updated rules, *BEFORE* using spamassassin or spamc for the first time. +Rules will be installed in a sub-directory of /var/lib/spamassassin/<version>/ +directory: don't manually move them! + +Upstream developers recommend rules to be kept up-to-date regularly. +A really minimal cron script is provided in /etc/cron.weekly/ to dynamically +check, download and install new rules every week. If you need a different +periodicity you can move the cron script accordingly. + |