From 9ac6d710062dfaa42ccd6cd1a40337a673b62bf8 Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Tue, 17 Oct 2023 15:57:48 +0200 Subject: [PATCH] [Minor] RSPAMD_SHAREDIR is called SHAREDIR in configuration --- conf/lang_detection.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/lang_detection.inc b/conf/lang_detection.inc index 50c62ad19..16bfa3f69 100644 --- a/conf/lang_detection.inc +++ b/conf/lang_detection.inc @@ -9,7 +9,7 @@ # parameters defined inside this section # Path to the languages shared data -# languages = "${RSPAMD_SHAREDIR}/languages" +# languages = "${SHAREDIR}/languages" # Limit in words to treat text as short for language detection # short_text_limit = 10 @@ -21,7 +21,7 @@ # languages_disable = ["fr", "es"] # Use the following fasttext model for language detection (if Fasttext support is compiled in) -# fasttext_model = "${RSPAMD_SHAREDIR}/languages/fasttext_model.ftz" +# fasttext_model = "${SHAREDIR}/languages/fasttext_model.ftz" # Prefer fasttext over all other methods # prefer_fasttext = true; -- 2.39.5