From 3b08ca363d3d4674eb69658a57e06e4b213b6274 Mon Sep 17 00:00:00 2001 From: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com> Date: Mon, 29 Jan 2024 11:41:57 +0100 Subject: [PATCH] Update target/scripts/startup/setup.d/security/rspamd.sh --- target/scripts/startup/setup.d/security/rspamd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/scripts/startup/setup.d/security/rspamd.sh b/target/scripts/startup/setup.d/security/rspamd.sh index 92104097..2dbe9ffb 100644 --- a/target/scripts/startup/setup.d/security/rspamd.sh +++ b/target/scripts/startup/setup.d/security/rspamd.sh @@ -291,7 +291,7 @@ function __rspamd__setup_hfilter_group() { function __rspamd__setup_neural() { if _env_var_expect_zero_or_one 'RSPAMD_NEURAL' && [[ ${RSPAMD_NEURAL} -eq 1 ]]; then __rspamd__log 'debug' 'Enabling Neural module' - __rspamd__log 'warn' 'The Neural module is still experimental (in Rspamd)' + __rspamd__log 'warn' 'The Neural module is still experimental (in Rspamd) and hence not tested in DMS' else __rspamd__log 'debug' 'Neural module is disabled' rm -f "${RSPAMD_LOCAL_D}/neural.conf"