]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/spamassassin/templates/default/local.cf.erb
Add a load more cookbooks
[chef.git] / cookbooks / spamassassin / templates / default / local.cf.erb
diff --git a/cookbooks/spamassassin/templates/default/local.cf.erb b/cookbooks/spamassassin/templates/default/local.cf.erb
new file mode 100644 (file)
index 0000000..be8b773
--- /dev/null
@@ -0,0 +1,7 @@
+# DO NOT EDIT - This file is being maintained by Chef
+
+# Set the threshold at which a message is considered spam
+required_score 5.0
+
+# Set which networks or hosts are considered 'trusted'
+trusted_networks <%= @trusted_networks.join(" ") %>