diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-08-07 14:40:05 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-08-07 14:40:05 +0100 |
commit | 91878c78e1e95a301bccc9a3febbb61ef65b63a3 (patch) | |
tree | 2da247de728a1120db5bc4bef6dad68d7a8bab1e /conf | |
parent | c8b9de60705ee1fb330e5f7d932ae132d82fdf21 (diff) | |
download | rspamd-91878c78e1e95a301bccc9a3febbb61ef65b63a3.tar.gz rspamd-91878c78e1e95a301bccc9a3febbb61ef65b63a3.zip |
Rework rules installation.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/common.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/common.conf b/conf/common.conf index a298ac1d7..94e5eb481 100644 --- a/conf/common.conf +++ b/conf/common.conf @@ -1,6 +1,6 @@ # A common rspamd configuration file -lua = "$CONFDIR/lua/rspamd.lua" +lua = "$RULESDIR/rspamd.lua" .include "$CONFDIR/metrics.conf" .include "$CONFDIR/composites.conf" |