diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-06-01 21:57:42 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-06-01 21:57:42 +0100 |
commit | 5cf3b2a834524a012019659793cccbd1cd789f3b (patch) | |
tree | 045c01d9bbb35580c914776f2bc07f43c9a88153 /conf/modules.d/chartable.conf | |
parent | a6da5d459fa4c06566d66a757783c777b61ff7aa (diff) | |
download | rspamd-5cf3b2a834524a012019659793cccbd1cd789f3b.tar.gz rspamd-5cf3b2a834524a012019659793cccbd1cd789f3b.zip |
[Minor] Fix tabulation
Diffstat (limited to 'conf/modules.d/chartable.conf')
-rw-r--r-- | conf/modules.d/chartable.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/conf/modules.d/chartable.conf b/conf/modules.d/chartable.conf index ad08eaf48..8112147f0 100644 --- a/conf/modules.d/chartable.conf +++ b/conf/modules.d/chartable.conf @@ -14,9 +14,9 @@ # See https://rspamd.com/doc/tutorials/writing_rules.html for details chartable { - threshold = 0.300000; - symbol = "R_MIXED_CHARSET"; - .include(try=true,priority=5) "${DBDIR}/dynamic/chartable.conf" - .include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/chartable.conf" - .include(try=true,priority=10) "$LOCAL_CONFDIR/override.d/chartable.conf" + threshold = 0.300000; + symbol = "R_MIXED_CHARSET"; + .include(try=true,priority=5) "${DBDIR}/dynamic/chartable.conf" + .include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/chartable.conf" + .include(try=true,priority=10) "$LOCAL_CONFDIR/override.d/chartable.conf" } |