diff options
author | Phil Pennock <pdp@exim.org> | 2017-05-26 16:41:42 -0400 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2017-05-26 16:41:42 -0400 |
commit | ff7b612a42f909d457870feef575ae4bb8a2be8d (patch) | |
tree | 21ca71fc96b84ed9a3b7369d3cecf85cc7593518 /doc | |
parent | b7663a25f7748a8ed74209e2f6d801ee311b9252 (diff) |
doc: string2 not expanded, don't imply otherwise
A simple reading which skips the later paragraph would mislead people;
this was remnant text from before the EXPAND_LISTMATCH_RHS changed the
default behaviour.
A couple of paragraphs later we contradicted this now-misleading
parenthetical, but that's not enough. Nuke it.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index f33b193eb..6fb150428 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -11195,8 +11195,8 @@ example is: ${if match_domain{a.b.c}{x.y.z:a.b.c:p.q.r}{yes}{no}} .endd In each case, the second argument may contain any of the allowable items for a -list of the appropriate type. Also, because the second argument (after -expansion) is a standard form of list, it is possible to refer to a named list. +list of the appropriate type. Also, because the second argument +is a standard form of list, it is possible to refer to a named list. Thus, you can use conditions like this: .code ${if match_domain{$domain}{+local_domains}{... |