aboutsummaryrefslogtreecommitdiffstats
path: root/conf/rspamd.conf
diff options
context:
space:
mode:
authorAndrey Igoshin <ai@vsu.ru>2018-05-06 16:35:37 +0300
committerAndrey Igoshin <ai@vsu.ru>2018-05-06 16:35:37 +0300
commit8d637ed84fc810ddc4eac93f682fbeb1094a9a01 (patch)
tree4d8c9a52fe52245b58e1c56ff91dc67d9797ffae /conf/rspamd.conf
parenta3191bd7b34d3373d151827a6e6592ea82084747 (diff)
downloadrspamd-8d637ed84fc810ddc4eac93f682fbeb1094a9a01.tar.gz
rspamd-8d637ed84fc810ddc4eac93f682fbeb1094a9a01.zip
[Feature] support for CommuniGate Pro self-generated messages
Diffstat (limited to 'conf/rspamd.conf')
-rw-r--r--conf/rspamd.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/rspamd.conf b/conf/rspamd.conf
index e340eb08f..115fa5403 100644
--- a/conf/rspamd.conf
+++ b/conf/rspamd.conf
@@ -24,6 +24,9 @@ options {
.include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/options.inc"
}
+.include(try=true; duplicate=merge) "$CONFDIR/cgp.inc"
+.include(try=true; priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/cgp.inc"
+
logging {
type = "file";
filename = "$LOGDIR/rspamd.log";