From 38dd269e9596e839856a7bd831c13dc76eaad6e1 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 24 Jul 2014 17:48:53 -0700 Subject: [PATCH] Update configuration. --- conf/options.conf | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/conf/options.conf b/conf/options.conf index 1dd1ebfb8..3565673e5 100644 --- a/conf/options.conf +++ b/conf/options.conf @@ -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; + } } -- 2.39.5