X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=etc-default-spamassassin-non-root;fp=etc-default-spamassassin-non-root;h=f6655277dda91230f6bb257d7a92023c191154ed;hb=66670870243ee78ff68cdd5cbbcbf9974f0a3cae;hp=13bda3b15dae62243ef2f235e42a6601c426f960;hpb=dd305df1c74dd0ec5c49b15f937e28daf4e5b209;p=spamassassin-cn.git diff --git a/etc-default-spamassassin-non-root b/etc-default-spamassassin-non-root index 13bda3b..f665527 100644 --- a/etc-default-spamassassin-non-root +++ b/etc-default-spamassassin-non-root @@ -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