From 0634233a2a56a2dd6e6be07d0994415df4a60b36 Mon Sep 17 00:00:00 2001 From: georglauterbach <44545919+georglauterbach@users.noreply.github.com> Date: Sat, 25 Jan 2025 13:59:05 +0100 Subject: [PATCH] chore: praise be linters Signed-off-by: georglauterbach <44545919+georglauterbach@users.noreply.github.com> --- docs/content/config/security/rspamd.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/content/config/security/rspamd.md b/docs/content/config/security/rspamd.md index 4c594e1c..c49baea6 100644 --- a/docs/content/config/security/rspamd.md +++ b/docs/content/config/security/rspamd.md @@ -256,12 +256,12 @@ sign_local = true; sign_authenticated = true; domain { - { - # Change the path here to your actual private key - path = "/tmp/docker-mailserver/rspamd/dkim/rsa-2048-mail-.private.txt"; - # Changhe the selected if you chose a non-default one - selector = "mail"; - } + { + # Change the path here to your actual private key + path = "/tmp/docker-mailserver/rspamd/dkim/rsa-2048-mail-.private.txt"; + # Changhe the selected if you chose a non-default one + selector = "mail"; + } } ```