From: Phil Pennock Date: Fri, 26 May 2017 20:41:42 +0000 (-0400) Subject: doc: string2 not expanded, don't imply otherwise X-Git-Tag: exim-4_90_RC1~149 X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=commitdiff_plain;h=ff7b612a42f909d457870feef575ae4bb8a2be8d;hp=b7663a25f7748a8ed74209e2f6d801ee311b9252 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. --- 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}{...