From 062364db7665faad5273818ac2c8f605ea48fdbe Mon Sep 17 00:00:00 2001 From: Andreas Metzler Date: Fri, 1 May 2020 09:28:30 +0100 Subject: [PATCH] Docs: use verified version of local_part variable in router require_files example --- doc/doc-docbook/spec.xfpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 73624a7bc..f2adbb9bb 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -19182,7 +19182,7 @@ but the user is specified symbolically, the gid associated with the uid is used. For example: .code require_files = mail:/some/file -require_files = $local_part:$home/.procmailrc +require_files = $local_part_verified:$home/.procmailrc .endd If a user or group name in a &%require_files%& list does not exist, the &%require_files%& condition fails. -- 2.30.2