From 5cf3b2a834524a012019659793cccbd1cd789f3b Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sat, 1 Jun 2019 21:57:42 +0100 Subject: [Minor] Fix tabulation --- conf/modules.d/chartable.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'conf/modules.d/chartable.conf') 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" } -- cgit v1.2.3