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