From 753373b4fd11aaf2396c39950a18c3f141f63e7c Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sat, 24 Feb 2018 19:09:48 +0000 Subject: [PATCH] [Conf] Add bayes_expiry as explicit module --- conf/options.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/options.inc b/conf/options.inc index fa974e681..9238cca3c 100644 --- a/conf/options.inc +++ b/conf/options.inc @@ -27,7 +27,7 @@ classify_headers = [ control_socket = "$DBDIR/rspamd.sock mode=0600"; history_rows = 200; -explicit_modules = ["settings"]; +explicit_modules = ["settings", "bayes_expiry"]; # Scan messages even if they are not MIME allow_raw_input = true; -- 2.39.5