diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-08-07 15:21:10 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-08-07 15:21:10 +0100 |
commit | 559a07dc28e3277587db4ada2d3721d3159a2e85 (patch) | |
tree | c136f5e3045a30e421fa8a40dfd1c7e0816d5e25 /conf/modules.d/regexp.conf | |
parent | 91878c78e1e95a301bccc9a3febbb61ef65b63a3 (diff) | |
download | rspamd-559a07dc28e3277587db4ada2d3721d3159a2e85.tar.gz rspamd-559a07dc28e3277587db4ada2d3721d3159a2e85.zip |
Split modules configuration.
Diffstat (limited to 'conf/modules.d/regexp.conf')
-rw-r--r-- | conf/modules.d/regexp.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/modules.d/regexp.conf b/conf/modules.d/regexp.conf new file mode 100644 index 000000000..e1ef21032 --- /dev/null +++ b/conf/modules.d/regexp.conf @@ -0,0 +1,4 @@ +regexp { + .include(try=true,priority=1) "${DBDIR}/dynamic/regexp.conf" + max_size = 1M; +}
\ No newline at end of file |