From dc10031e1c281cb8409ed46aab5326ecce26c3b5 Mon Sep 17 00:00:00 2001 From: Alberto Bertogli Date: Sun, 24 Sep 2023 09:29:56 +0100 Subject: [PATCH] docs: Reflect `chasquid-util alias-resolve` changes Since commit e6c6df45, `chasquid-util alias-resolve` talks to the server and returns authoritative answers. This patch updates docs/aliases.md to reflect that, which was missed in the original set of changes. --- docs/aliases.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/aliases.md b/docs/aliases.md index 1a957d0..91b5090 100644 --- a/docs/aliases.md +++ b/docs/aliases.md @@ -90,7 +90,8 @@ will fail. If the command exits with an error (non-0 exit code), the delivery will be considered failed. The `chasquid-util` command-line tool can be used to check and resolve -aliases. Note that it doesn't run aliases hooks, or handle catch-all aliases. +aliases manually. It talks to the running server, so the response is fully +authoritative. ## Hooks