diff options
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" } |