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:
81671a4
)
Docs: add warning note on ${listnamed:} operator
author
Jeremy Harris
<jgh146exb@wizmail.org>
Mon, 5 Apr 2021 20:23:10 +0000
(21:23 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Tue, 6 Apr 2021 23:36:44 +0000
(
00:36
+0100)
doc/doc-docbook/spec.xfpt
patch
|
blob
|
history
diff --git
a/doc/doc-docbook/spec.xfpt
b/doc/doc-docbook/spec.xfpt
index a761036889096ea323eddca098a8ef283cb7151e..1d982d1a60a98ff0a69d5b8d6be9ac346b4279f0 100644
(file)
--- a/
doc/doc-docbook/spec.xfpt
+++ b/
doc/doc-docbook/spec.xfpt
@@
-11174,6
+11174,10
@@
If the optional type is given it must be one of "a", "d", "h" or "l"
and selects address-, domain-, host- or localpart- lists to search among respectively.
Otherwise all types are searched in an undefined order and the first
matching list is returned.
+.new
+&*Note*&: Neither string-expansion of lists referenced by named-list syntax elements,
+nor expansion of lookup elements, is done by the &%listnamed%& operator.
+.wen
.vitem &*${local_part:*&<&'string'&>&*}*&