]> source.dussan.org Git - rspamd.git/commitdiff
Update configuration.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 25 Jul 2014 00:48:53 +0000 (17:48 -0700)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 25 Jul 2014 00:48:53 +0000 (17:48 -0700)
conf/options.conf

index 1dd1ebfb82f6a805fcd7fe79939815ccc2a46ea7..3565673e52ee14003694dc9d2feeedf07b6658a8 100644 (file)
@@ -5,11 +5,14 @@ options {
     filters = "chartable,dkim,spf,surbl,regexp,fuzzy_check";
     raw_mode = false;
     one_shot = false;
-    dns_timeout = 1s;
-       dns_sockets = 16;
-    dns_retransmits = 5;
     cache_file = "$DBDIR/symbols.cache";
     map_watch_interval = 1min;
     dynamic_conf = "$DBDIR/rspamd_dynamic";
     history_file = "$DBDIR/rspamd.history";
+    check_all_filters = false;
+    dns {
+        timeout = 1s;
+        sockets = 16;
+        retransmits = 5;
+    }
 }