docs/scripts: remove WIP warnings for Rspamd (#3283)

This commit is contained in:
Georg Lauterbach 2023-04-23 15:14:36 +02:00 committed by GitHub
parent cd1721334c
commit 449d53fc3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 14 deletions

View file

@ -313,11 +313,7 @@ will be automatically moved to the Junk folder (with the help of a Sieve script)
##### ENABLE_RSPAMD ##### ENABLE_RSPAMD
Enable or disable Rspamd. Enable or disable [Rspamd][docs-rspamd].
!!! warning "Current State"
Rspamd-support is under active development. Be aware that changes can happen at any time. To get more information, see [the detailed documentation page for Rspamd][docs-rspamd].
- **0** => disabled - **0** => disabled
- 1 => enabled - 1 => enabled

View file

@ -2,12 +2,6 @@
title: 'Security | Rspamd' title: 'Security | Rspamd'
--- ---
!!! warning "The current state of Rspamd integration into DMS"
Recent pull requests have stabilized integration of Rspamd to a point that we encourage users to test the feature. We are confident that there are no major bugs in our integration that make using Rspamd infeasible. Please note that there may still be changes ahead as integration is still work in progress!
We expect to stabilize this feature with version `v12.1.0`.
## About ## About
Rspamd is a ["fast, free and open-source spam filtering system"][rspamd-homepage]. DMS integrates Rspamd like any other service. We provide a very simple but easy to maintain setup of Rspamd. Rspamd is a ["fast, free and open-source spam filtering system"][rspamd-homepage]. DMS integrates Rspamd like any other service. We provide a very simple but easy to maintain setup of Rspamd.

View file

@ -5,7 +5,6 @@ function _setup_rspamd
{ {
if _env_var_expect_zero_or_one 'ENABLE_RSPAMD' && [[ ${ENABLE_RSPAMD} -eq 1 ]] if _env_var_expect_zero_or_one 'ENABLE_RSPAMD' && [[ ${ENABLE_RSPAMD} -eq 1 ]]
then then
_log 'warn' 'Rspamd integration is work in progress - expect changes at any time'
_log 'debug' 'Enabling and configuring Rspamd' _log 'debug' 'Enabling and configuring Rspamd'
__rspamd__log 'trace' '---------- Setup started ----------' __rspamd__log 'trace' '---------- Setup started ----------'