From: Tom Hughes Date: Wed, 27 Aug 2014 22:10:20 +0000 (+0100) Subject: Set the path for the spamassassin auto whitelist X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/50de6b0d099727cd186f8fe85122759320592ac1?ds=inline Set the path for the spamassassin auto whitelist --- diff --git a/cookbooks/spamassassin/templates/default/local.cf.erb b/cookbooks/spamassassin/templates/default/local.cf.erb index df5c021ae..5c0b084ce 100644 --- a/cookbooks/spamassassin/templates/default/local.cf.erb +++ b/cookbooks/spamassassin/templates/default/local.cf.erb @@ -8,3 +8,4 @@ trusted_networks <%= @trusted_networks.join(" ") %> # Set the location for our state files bayes_path /var/spool/spamassassin/bayes +auto_whitelist_path /var/spool/spamassassin/auto_whitelist