diff options
Diffstat (limited to 'test/confs/0226')
-rw-r--r-- | test/confs/0226 | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/test/confs/0226 b/test/confs/0226 index 379545bf8..e83120839 100644 --- a/test/confs/0226 +++ b/test/confs/0226 @@ -22,10 +22,14 @@ bounces: notallowed: driver = redirect + domains = no.test.ex allow_defer caseful_local_part - data = $local_part - domains = no.test.ex + data = ${extract {$local_part} \ + { file1=/a/b/c \ + pipe1=|/p/q/r \ + file2=DIR/test-mail/file \ + pipe2=|DIR/aux-fixed/showenv }} forbid_file forbid_pipe retry_use_local_part @@ -34,7 +38,11 @@ allowed: driver = redirect allow_defer caseful_local_part - data = ${bless:$local_part} + data = ${extract {$local_part} \ + { file1=/a/b/c \ + pipe1=|/p/q/r \ + file2=DIR/test-mail/file \ + pipe2=|DIR/aux-fixed/showenv }} file_transport = address_file pipe_transport = address_pipe retry_use_local_part |