diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-09-08 20:15:13 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-09-08 20:15:13 +0400 |
commit | a90c7d7a12561845e3371efc6803b1ecf6ad7d89 (patch) | |
tree | cc492ca0da10c3fc79e605d5c0c76a4945d382e8 /rspamd.conf.sample | |
parent | c6d4570aa00c93e6d142aaa8cd38a3c9ee29eb8f (diff) | |
download | rspamd-a90c7d7a12561845e3371efc6803b1ecf6ad7d89.tar.gz rspamd-a90c7d7a12561845e3371efc6803b1ecf6ad7d89.zip |
* Add sample of settings
Diffstat (limited to 'rspamd.conf.sample')
-rw-r--r-- | rspamd.conf.sample | 9 |
1 files changed, 9 insertions, 0 deletions
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"; +}; |