From a90c7d7a12561845e3371efc6803b1ecf6ad7d89 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 8 Sep 2009 20:15:13 +0400 Subject: [PATCH] * Add sample of settings --- rspamd.conf.sample | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/rspamd.conf.sample b/rspamd.conf.sample index 571be05cd..507878431 100644 --- a/rspamd.conf.sample +++ b/rspamd.conf.sample @@ -306,3 +306,12 @@ view { # Symbols to check, can also be list of files or regexp: symbols = "/^[A-Z]{2}_SURBL_MULTI$/i"; }; + +# Settings files +settings { + # json data for user's settings + #user_settings = "file:///some/json/file"; + + # json data for domain's settings + #domain_settings = "file:///some/other/json/file"; +}; -- 2.39.5