From bcac01932ec2ca4c75d079ef6637a7d0268fa08d Mon Sep 17 00:00:00 2001 From: Mike Hillyer Date: Wed, 10 May 2023 13:56:54 -0400 Subject: [PATCH] Add a note to the Policy chapter index. --- docs/userguide/policy/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/userguide/policy/index.md b/docs/userguide/policy/index.md index a747f3b2..36acc0b3 100644 --- a/docs/userguide/policy/index.md +++ b/docs/userguide/policy/index.md @@ -1,3 +1,5 @@ # Policy -This is the policy chapter. +While the entirety of configuring a KumoMTA instance is done with policy, this chapter is focused specicially on what could be considered advanced use cases involving Lua policy scripts. + +The examples in this chapter are for advanced users.