]> source.dussan.org Git - rspamd.git/commitdiff
[Conf] Add bayes_expiry as explicit module
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 24 Feb 2018 19:09:48 +0000 (19:09 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 24 Feb 2018 19:09:48 +0000 (19:09 +0000)
conf/options.inc

index fa974e6817f015340d2dc8f1e570b147053c719d..9238cca3c3f3640abba075ead3859e88bad360f2 100644 (file)
@@ -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;