git://git.exim.org
/
users
/
heiko
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e1ddfa
)
Docs: use verified version of local_part variable in router require_files example
author
Andreas Metzler
<ametzler@bebt.de>
Fri, 1 May 2020 08:28:30 +0000
(09:28 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Fri, 1 May 2020 08:28:30 +0000
(09:28 +0100)
doc/doc-docbook/spec.xfpt
patch
|
blob
|
history
diff --git
a/doc/doc-docbook/spec.xfpt
b/doc/doc-docbook/spec.xfpt
index 73624a7bc59eba10c3ac1e8df8004daf71ea8914..f2adbb9bb9f2b1cfc653d514458ea4031a5648bd 100644
(file)
--- 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.