]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] RSPAMD_SHAREDIR is called SHAREDIR in configuration 4649/head
authorAndrew Lewis <nerf@judo.za.org>
Tue, 17 Oct 2023 13:57:48 +0000 (15:57 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Tue, 17 Oct 2023 13:57:48 +0000 (15:57 +0200)
conf/lang_detection.inc

index 50c62ad19fcc8c149dc534ed7d3cbc7ebacaec99..16bfa3f69d93d29050b7f0c95732c5e4afe6c188 100644 (file)
@@ -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;