From: Andrew Lewis Date: Tue, 17 Oct 2023 13:57:48 +0000 (+0200) Subject: [Minor] RSPAMD_SHAREDIR is called SHAREDIR in configuration X-Git-Tag: 3.7.2~8^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9ac6d710062dfaa42ccd6cd1a40337a673b62bf8;p=rspamd.git [Minor] RSPAMD_SHAREDIR is called SHAREDIR in configuration --- 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;