X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/e63825824cc406c160ccbf2b154c5d81b168604a..7ad1a2b2cc57b5f4bcb59186a9a8abcbed9f4f76:/test/aux-var-src/0383.F diff --git a/test/aux-var-src/0383.F b/test/aux-var-src/0383.F index be69ca2c2..59dd0666a 100644 --- a/test/aux-var-src/0383.F +++ b/test/aux-var-src/0383.F @@ -3,7 +3,7 @@ if error_message then finish endif if foranyaddress $h_to: ($thisaddress matches "^(alice)") then - pipe "DIR/aux-fixed/showenv \"${if match_address {$thisaddress}{alice@test.ex}{$value}}\" $1" + pipe "DIR/aux-fixed/showenv \"${if match_address {$thisaddress}{alice@test.ex}{$value}}\" \"${if inlist {$1}{alice} {$value}}\"" finish endif @@ -13,6 +13,6 @@ if foranyaddress $h_to: ($thisaddress matches "^(marny)") then endif if $h_to: matches "^(j..)" then - pipe "DIR/aux-fixed/showenv $1" + pipe "DIR/aux-fixed/showenv \"${if inlist {$1}{jab} {$value}}\"" endif