summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Metzler <ametzler@bebt.de>2020-05-01 09:28:30 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2020-05-01 09:28:30 +0100
commit062364db7665faad5273818ac2c8f605ea48fdbe (patch)
tree289b91d0147f626f7803fa79a7975331a3999d44
parent1e1ddfac79fbcd052f199500a6493c7f79cb8462 (diff)
Docs: use verified version of local_part variable in router require_files example
-rw-r--r--doc/doc-docbook/spec.xfpt2
1 files changed, 1 insertions, 1 deletions
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.