aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2018-03-10 14:30:44 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2018-03-10 14:56:00 +0000
commitf8a7edce9476de88ec176fab95638dd4f853a674 (patch)
tree8a39e7a83eccaa14a2ba5d10fe7e8c272c4fa855 /conf
parent9559cd01e405f3e041fc6aad29afbffd69fcb1a7 (diff)
downloadrspamd-f8a7edce9476de88ec176fab95638dd4f853a674.tar.gz
rspamd-f8a7edce9476de88ec176fab95638dd4f853a674.zip
[Conf] Adjust names and weights for neural network plugin
Diffstat (limited to 'conf')
-rw-r--r--conf/groups.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/groups.conf b/conf/groups.conf
index 734a710fb..04b777e6b 100644
--- a/conf/groups.conf
+++ b/conf/groups.conf
@@ -95,5 +95,11 @@ group "excessb64" {
.include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/excessb64_group.conf"
}
+# Not defined by default
+group "neural" {
+ .include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/neural_group.conf"
+ .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/neural_group.conf"
+}
+
.include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/groups.conf"
.include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/groups.conf" \ No newline at end of file