diff options
Diffstat (limited to 'conf/modules.d/regexp.conf')
-rw-r--r-- | conf/modules.d/regexp.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/modules.d/regexp.conf b/conf/modules.d/regexp.conf index 56c4fe46c..f76527871 100644 --- a/conf/modules.d/regexp.conf +++ b/conf/modules.d/regexp.conf @@ -14,8 +14,9 @@ # See https://rspamd.com/doc/tutorials/writing_rules.html for details regexp { + max_size = 1M; + .include(try=true,priority=5) "${DBDIR}/dynamic/regexp.conf" - .include(try=true,priority=1) "$LOCAL_CONFDIR/local.d/regexp.conf" + .include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/regexp.conf" .include(try=true,priority=10) "$LOCAL_CONFDIR/override.d/regexp.conf" - max_size = 1M; } |