From 7ad1a2b2cc57b5f4bcb59186a9a8abcbed9f4f76 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Fri, 11 Nov 2022 18:22:00 +0000 Subject: Fix regex substring capture variables for null matches (again). Bug 2933 Broken-by: 59d66fdc13f0 --- test/mail/0383.CALLER | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/mail/0383.CALLER') diff --git a/test/mail/0383.CALLER b/test/mail/0383.CALLER index fb2f4f25c..67bb42f41 100644 --- a/test/mail/0383.CALLER +++ b/test/mail/0383.CALLER @@ -22,12 +22,12 @@ This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: - pipe to |TESTSUITE/aux-fixed/showenv "${if match_address {$thisaddress}{alice@test.ex}{$value}}" $1 + pipe to |TESTSUITE/aux-fixed/showenv "${if match_address {$thisaddress}{alice@test.ex}{$value}}" "${if inlist {$1}{alice} {$value}}" generated by system-filter The following text was generated during the delivery attempt: ------- pipe to |TESTSUITE/aux-fixed/showenv "${if match_address {$thisaddress}{alice@test.ex}{$value}}" $1 +------ pipe to |TESTSUITE/aux-fixed/showenv "${if match_address {$thisaddress}{alice@test.ex}{$value}}" "${if inlist {$1}{alice} {$value}}" generated by system-filter ------ Test pipe script @@ -175,12 +175,12 @@ This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: - pipe to |TESTSUITE/aux-fixed/showenv $1 + pipe to |TESTSUITE/aux-fixed/showenv "${if inlist {$1}{jab} {$value}}" generated by system-filter The following text was generated during the delivery attempt: ------- pipe to |TESTSUITE/aux-fixed/showenv $1 +------ pipe to |TESTSUITE/aux-fixed/showenv "${if inlist {$1}{jab} {$value}}" generated by system-filter ------ Test pipe script -- cgit v1.2.3