From: Vsevolod Stakhov Date: Tue, 8 Sep 2009 16:15:13 +0000 (+0400) Subject: * Add sample of settings X-Git-Tag: 0.2.7~20 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a90c7d7a12561845e3371efc6803b1ecf6ad7d89;p=rspamd.git * Add sample of settings --- 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"; +};