diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-11-11 13:52:02 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-11-11 13:52:02 +0000 |
commit | 5da8cf87d7c40dc6a73d79f0a526f603852c9c6d (patch) | |
tree | 46e3be9eb2f36c5cc03cae1849692f8a658831ed /conf/common.conf | |
parent | 723215e676ec5c16d98609ff3f8c9fc6d41638a3 (diff) | |
download | rspamd-5da8cf87d7c40dc6a73d79f0a526f603852c9c6d.tar.gz rspamd-5da8cf87d7c40dc6a73d79f0a526f603852c9c6d.zip |
[Conf] Massive config rework for new structure of symbols and scores
Diffstat (limited to 'conf/common.conf')
-rw-r--r-- | conf/common.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/common.conf b/conf/common.conf index ebb52bf78..6a50099f9 100644 --- a/conf/common.conf +++ b/conf/common.conf @@ -17,6 +17,8 @@ lua = "$RULESDIR/rspamd.lua" .include "$CONFDIR/metrics.conf" +.include "$CONFDIR/actions.conf" +.include "$CONFDIR/groups.conf" .include "$CONFDIR/composites.conf" .include "$CONFDIR/statistic.conf" |