diff options
Diffstat (limited to 'conf/common.conf')
-rw-r--r-- | conf/common.conf | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/conf/common.conf b/conf/common.conf index 023fd5125..7b3609fbb 100644 --- a/conf/common.conf +++ b/conf/common.conf @@ -8,11 +8,7 @@ # You can modify '$LOCAL_CONFDIR/rspamd.conf.local' to add # parameters defined on the top level # -# For specific modules or configuration you can also modify -# '$LOCAL_CONFDIR/local.d/file.conf' - to add your options or rewrite defaults -# '$LOCAL_CONFDIR/override.d/file.conf' - to override the defaults -# -# See https://rspamd.com/doc/tutorials/writing_rules.html for details +# See https://rspamd.com/doc/developers/writing_rules.html for details lua = "$RULESDIR/rspamd.lua" |