]> git.openstreetmap.org Git - chef.git/blob - cookbooks/spamassassin/templates/default/local.cf.erb
Add a load more cookbooks
[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(" ") %>