From 03184806061a2a18f8be6ae7b8f37eeabdaec3e8 Mon Sep 17 00:00:00 2001 From: Lyra Rebane Date: Tue, 9 Jan 2024 23:30:19 +0200 Subject: [PATCH] Fix escaping --- docs/reference/checks/authorize_sender.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/checks/authorize_sender.md b/docs/reference/checks/authorize_sender.md index 0ceacff8..4ddd7862 100644 --- a/docs/reference/checks/authorize_sender.md +++ b/docs/reference/checks/authorize_sender.md @@ -35,9 +35,9 @@ Table that maps authorization username to the list of sender emails the user is allowed to use. In additional to email addresses, the table can contain domain names or -special string "*" as a value. If the value is a domain - user +special string "\*" as a value. If the value is a domain - user will be allowed to use any mailbox within it as a sender address. -If it is "*" - user will be allowed to use any address. +If it is "\*" - user will be allowed to use any address. By default, table.identity is used, meaning that username should be equal to the sender email.