diff options
author | LukenShiro <lukenshiro@ngi.it> | 2010-05-13 00:38:18 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:38:18 +0200 |
commit | d755c90cf3358b54b62b671972259ff9a3757882 (patch) | |
tree | 31880758f690482c076de243e6dd25503b824d44 /network/spamassassin/README.SLACKWARE | |
parent | cd3c2891edd50e9b4536626c6955715621f0a791 (diff) |
network/spamassassin: Updated for version 3.3.0
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 0000000000000..41f93e711ada0 --- /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. + |