X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=etc-default-spamassassin-root;h=dc44da01849bdb54266c4d2f6f286319d921814d;hb=17963bc962935b6b4f9ecce21a36dfe2506a7afc;hp=0c7267a05e1592d1dbd6e51ca54f23cf8d3c54c0;hpb=7cf4d17063560538621c8d04d9fa33d5b1120733;p=spamassassin-cn.git diff --git a/etc-default-spamassassin-root b/etc-default-spamassassin-root index 0c7267a..dc44da0 100644 --- a/etc-default-spamassassin-root +++ b/etc-default-spamassassin-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" @@ -24,3 +24,8 @@ PIDFILE="/var/run/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