aboutsummaryrefslogtreecommitdiffstats
path: root/conf/modules.d/hfilter.conf
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2019-06-01 21:57:42 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2019-06-01 21:57:42 +0100
commit5cf3b2a834524a012019659793cccbd1cd789f3b (patch)
tree045c01d9bbb35580c914776f2bc07f43c9a88153 /conf/modules.d/hfilter.conf
parenta6da5d459fa4c06566d66a757783c777b61ff7aa (diff)
downloadrspamd-5cf3b2a834524a012019659793cccbd1cd789f3b.tar.gz
rspamd-5cf3b2a834524a012019659793cccbd1cd789f3b.zip
[Minor] Fix tabulation
Diffstat (limited to 'conf/modules.d/hfilter.conf')
-rw-r--r--conf/modules.d/hfilter.conf18
1 files changed, 9 insertions, 9 deletions
diff --git a/conf/modules.d/hfilter.conf b/conf/modules.d/hfilter.conf
index d14376304..05b5a604c 100644
--- a/conf/modules.d/hfilter.conf
+++ b/conf/modules.d/hfilter.conf
@@ -14,14 +14,14 @@
# See https://rspamd.com/doc/tutorials/writing_rules.html for details
hfilter {
- helo_enabled = true;
- hostname_enabled = true;
- url_enabled = true;
- from_enabled = true;
- rcpt_enabled = true;
- mid_enabled = false;
+ helo_enabled = true;
+ hostname_enabled = true;
+ url_enabled = true;
+ from_enabled = true;
+ rcpt_enabled = true;
+ mid_enabled = false;
- .include(try=true,priority=5) "${DBDIR}/dynamic/hfilter.conf"
- .include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/hfilter.conf"
- .include(try=true,priority=10) "$LOCAL_CONFDIR/override.d/hfilter.conf"
+ .include(try=true,priority=5) "${DBDIR}/dynamic/hfilter.conf"
+ .include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/hfilter.conf"
+ .include(try=true,priority=10) "$LOCAL_CONFDIR/override.d/hfilter.conf"
}