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/chartable.conf | |
parent | 91878c78e1e95a301bccc9a3febbb61ef65b63a3 (diff) | |
download | rspamd-559a07dc28e3277587db4ada2d3721d3159a2e85.tar.gz rspamd-559a07dc28e3277587db4ada2d3721d3159a2e85.zip |
Split modules configuration.
Diffstat (limited to 'conf/modules.d/chartable.conf')
-rw-r--r-- | conf/modules.d/chartable.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/modules.d/chartable.conf b/conf/modules.d/chartable.conf new file mode 100644 index 000000000..bf454f65a --- /dev/null +++ b/conf/modules.d/chartable.conf @@ -0,0 +1,5 @@ +chartable { + .include(try=true,priority=1) "${DBDIR}/dynamic/forged_recipients.conf" + threshold = 0.300000; + symbol = "R_MIXED_CHARSET"; +}
\ No newline at end of file |