diff options
author | Andreas Metzler <ametzler@bebt.de> | 2020-05-01 09:28:30 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-05-01 09:28:30 +0100 |
commit | 062364db7665faad5273818ac2c8f605ea48fdbe (patch) | |
tree | 289b91d0147f626f7803fa79a7975331a3999d44 /doc/doc-docbook | |
parent | 1e1ddfac79fbcd052f199500a6493c7f79cb8462 (diff) |
Docs: use verified version of local_part variable in router require_files example
Diffstat (limited to 'doc/doc-docbook')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 2 |
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. |