# /etc/default/spamassassin
# Duncan Findlay

# WARNING: please read README.spamd before using.
# There may be security risks.

# Change to one to enable spamd
ENABLED=0

# Options
# See man spamd for possible options. The -d option is automatically added.
OPTIONS="--create-prefs --max-children 5 --helper-home-dir"

# Set nice level of spamd
#NICE="--nicelevel 15"
