diff options
author | Andrew Lewis <nerf@judo.za.org> | 2023-10-17 15:57:48 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2023-10-17 15:57:48 +0200 |
commit | 9ac6d710062dfaa42ccd6cd1a40337a673b62bf8 (patch) | |
tree | ea9ff6e2dd464d2abb07a8f2d8090610642fd7b2 | |
parent | d76d9cb4e3484f1d3c0439bdb6b5a63c7de8d736 (diff) | |
download | rspamd-9ac6d710062dfaa42ccd6cd1a40337a673b62bf8.tar.gz rspamd-9ac6d710062dfaa42ccd6cd1a40337a673b62bf8.zip |
[Minor] RSPAMD_SHAREDIR is called SHAREDIR in configuration
-rw-r--r-- | conf/lang_detection.inc | 4 |
1 files 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; |