commit 9ac6d71: [Minor] RSPAMD_SHAREDIR is called SHAREDIR in configuration

Andrew Lewis nerf at judo.za.org
Tue Oct 17 14:00:03 UTC 2023


Author: Andrew Lewis
Date: 2023-10-17 15:57:48 +0200
URL: https://github.com/rspamd/rspamd/commit/9ac6d710062dfaa42ccd6cd1a40337a673b62bf8 (refs/pull/4649/head)

[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;


More information about the Commits mailing list