diff options
author | Andrey Igoshin <ai@vsu.ru> | 2018-05-06 16:35:37 +0300 |
---|---|---|
committer | Andrey Igoshin <ai@vsu.ru> | 2018-05-06 16:35:37 +0300 |
commit | 8d637ed84fc810ddc4eac93f682fbeb1094a9a01 (patch) | |
tree | 4d8c9a52fe52245b58e1c56ff91dc67d9797ffae /conf/rspamd.conf | |
parent | a3191bd7b34d3373d151827a6e6592ea82084747 (diff) | |
download | rspamd-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.conf | 3 |
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"; |