X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/cfe6acff2ddc7eb03b3489770219edf829abd323..f31b1cd64dfcc7e6a8860ee418543949effd517e:/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