diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-11-11 18:22:00 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-11-11 19:52:19 +0000 |
commit | 7ad1a2b2cc57b5f4bcb59186a9a8abcbed9f4f76 (patch) | |
tree | 5872f7fd3de6384f962d5480d88f3501bbaa624c /test/mail/0383.CALLER | |
parent | e63825824cc406c160ccbf2b154c5d81b168604a (diff) |
Fix regex substring capture variables for null matches (again). Bug 2933
Broken-by: 59d66fdc13f0
Diffstat (limited to 'test/mail/0383.CALLER')
-rw-r--r-- | test/mail/0383.CALLER | 8 |
1 files changed, 4 insertions, 4 deletions
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 |