9c01e4
# Add your own customisations to this file.  See 'man Mail::SpamAssassin::Conf'
9c01e4
# for details of what can be tweaked.
9c01e4
# 
9c01e4
use_bayes 0
9c01e4
trusted_networks 192.168.0.0/16
9c01e4
9c01e4
# do not change the subject
9c01e4
# to change the subject, e.g. use
9c01e4
# rewrite_header Subject ****SPAM(_SCORE_)****
9c01e4
#rewrite_header Subject ****SPAM(_SCORE_)****
9c01e4
9c01e4
# Set the score required before a mail is considered spam.
9c01e4
required_score 5.01
9c01e4
9c01e4
# uncomment, if you do not want spamassassin to create a new message
9c01e4
# in case of detecting spam
9c01e4
report_safe 0
9c01e4
9c01e4
# Enhance the uridnsbl_skip_domain list with some usefull entries
9c01e4
# Do not block the web-sites of Novell and SUSE
9c01e4
ifplugin Mail::SpamAssassin::Plugin::URIDNSBL
9c01e4
uridnsbl_skip_domain suse.de opensuse.org suse.com suse.org
9c01e4
#uridnsbl_skip_domain novell.com novell.org novell.ru novell.de novell.hu novell.co.uk
9c01e4
endif   # Mail::SpamAssassin::Plugin::URIDNSBL
9c01e4