From 0ae91456d197a776ae0211495837902af5935b8d Mon Sep 17 00:00:00 2001 From: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com> Date: Fri, 2 Feb 2024 18:37:33 +0100 Subject: [PATCH] Update rspamd.md --- docs/content/config/security/rspamd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/config/security/rspamd.md b/docs/content/config/security/rspamd.md index 5bccfdc3..6dc5f202 100644 --- a/docs/content/config/security/rspamd.md +++ b/docs/content/config/security/rspamd.md @@ -184,7 +184,7 @@ You can also have comments (the line starts with `#`) and blank lines in `custom Do you want to start using Rspamd? Rspamd is disabled by default, so you need to set the following environment variables: -```ini +```env ENABLE_RSPAMD=1 # ClamAV is compatible with Rspamd. Optionally enable it for anti-virus support: ENABLE_CLAMAV=1