disable global bayes path
authorClinton Ebadi <clinton@unknownlamer.org>
Tue, 24 Apr 2018 03:13:16 +0000 (23:13 -0400)
committerroot <root@hcoop.net>
Thu, 26 Apr 2018 04:34:01 +0000 (00:34 -0400)
store per-user (currently only for Debian-exim, so still global)

local.cf

index 1a31ea3..2ed874c 100644 (file)
--- a/local.cf
+++ b/local.cf
@@ -52,7 +52,7 @@ report_safe 0
 # bayes_ignore_header X-Spam-Status
 
 # Location of bayes data
-bayes_path /var/local/lib/spamd/bayes
+#bayes_path /var/local/lib/spamd/bayes
 
 # Fix bayes permissions
 bayes_file_mode 0770