]> git.openstreetmap.org Git - chef.git/blob - cookbooks/spamassassin/templates/default/local.cf.erb
Qualify property names
[chef.git] / cookbooks / spamassassin / templates / default / local.cf.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2
3 # Set the threshold at which a message is considered spam
4 required_score 5.0
5
6 # Set which networks or hosts are considered 'trusted'
7 trusted_networks <%= @trusted_networks.join(" ") %>
8
9 # Set the location for our state files
10 bayes_path /var/spool/spamassassin/bayes
11 auto_whitelist_path /var/spool/spamassassin/auto_whitelist