* depends o novoj inacici SpamAssassin paketa (backportana iz Lennyja,
[spamassassin-cn.git] / etc-default-spamassassin-non-root
index 13bda3b..f665527 100644 (file)
@@ -10,9 +10,9 @@ ENABLED=1
 # Options
 # See man spamd for possible options. The -d option is automatically added.
 
-# NOTE: version 3.0.x has switched to a "preforking" model, so you
-# need to make sure --max-children is not set to anything higher than
-# 5, unless you know what you're doing.
+# SpamAssassin uses a preforking model, so be careful! You need to
+# make sure --max-children is not set to anything higher than 5,
+# unless you know what you're doing.
 
 OPTIONS="--create-prefs --max-children 5 --helper-home-dir --username=spamd"
 
@@ -24,3 +24,8 @@ PIDFILE="/var/run/spamd/spamd.pid"
 
 # Set nice level of spamd
 #NICE="--nicelevel 15"
+
+# Cronjob
+# Set to anything but 0 to enable the cron job to automatically update
+# spamassassin's rules on a nightly basis
+CRON=0