diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-06-02 23:32:24 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-06-02 23:32:24 +0100 |
commit | 0e375b62a0572eb8e203b81c2cd19dea5a051be4 (patch) | |
tree | 87cdb8487ece72b85bf0f2a1aa3d95b15e7eed36 /conf/modules.d/spf.conf | |
parent | 5cf3b2a834524a012019659793cccbd1cd789f3b (diff) | |
download | rspamd-0e375b62a0572eb8e203b81c2cd19dea5a051be4.tar.gz rspamd-0e375b62a0572eb8e203b81c2cd19dea5a051be4.zip |
[Minor] Fix indentation
Diffstat (limited to 'conf/modules.d/spf.conf')
-rw-r--r-- | conf/modules.d/spf.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/conf/modules.d/spf.conf b/conf/modules.d/spf.conf index fa66147a8..841b63ee8 100644 --- a/conf/modules.d/spf.conf +++ b/conf/modules.d/spf.conf @@ -14,10 +14,10 @@ # See https://rspamd.com/doc/tutorials/writing_rules.html for details spf { - spf_cache_size = 2k; - spf_cache_expire = 1d; + spf_cache_size = 2k; + spf_cache_expire = 1d; - .include(try=true,priority=5) "${DBDIR}/dynamic/spf.conf" - .include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/spf.conf" - .include(try=true,priority=10) "$LOCAL_CONFDIR/override.d/spf.conf" + .include(try=true,priority=5) "${DBDIR}/dynamic/spf.conf" + .include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/spf.conf" + .include(try=true,priority=10) "$LOCAL_CONFDIR/override.d/spf.conf" } |