]> source.dussan.org Git - rspamd.git/commitdiff
* Add sample of settings
authorVsevolod Stakhov <vsevolod@rambler-co.ru>
Tue, 8 Sep 2009 16:15:13 +0000 (20:15 +0400)
committerVsevolod Stakhov <vsevolod@rambler-co.ru>
Tue, 8 Sep 2009 16:15:13 +0000 (20:15 +0400)
rspamd.conf.sample

index 571be05cd38e109201bf31f73774ecba60e63e24..507878431dd4015a11d1adc33ca14eb32767df59 100644 (file)
@@ -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";
+};