aboutsummaryrefslogtreecommitdiffstats
path: root/conf/rspamd.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'conf/rspamd.conf.sample')
-rw-r--r--conf/rspamd.conf.sample9
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/rspamd.conf.sample b/conf/rspamd.conf.sample
index 926f9901e..42659259a 100644
--- a/conf/rspamd.conf.sample
+++ b/conf/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";
+};