diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-01-29 16:34:27 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-01-29 18:26:57 +0000 |
commit | 0c70e694cf1a703798c0778a3236079e1b25c91d (patch) | |
tree | c376d4e1f4cabb268f5b87f4dc75c5040e2c2efb /test/confs | |
parent | 37a81ae7317bb78b2ff152821930c2ff0873512b (diff) |
Lookups: fix $local_part_data for a match on a filename list element. Bug 2691
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/0134 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/confs/0134 b/test/confs/0134 index 9530df652..3376f05f3 100644 --- a/test/confs/0134 +++ b/test/confs/0134 @@ -45,6 +45,14 @@ smartuser: retry_use_local_part transport = appendfile +smartuser_direct: + driver = accept + domains = test.ex + headers_add = "smartuser: dd=$domain_data lpd=$local_part_data" + local_parts = DIR/aux-fixed/TESTNUM.listL + retry_use_local_part + transport = directfile + default2: driver = accept headers_add = router: defaulted @@ -71,6 +79,13 @@ appendfile: ${if eq {$local_part}{userx}{lc-userx}{\ $local_part}}}}}} +directfile: + driver = appendfile + user = CALLER + headers_add = "domain_data: $domain_data\n\ + local_part_data: $local_part_data" + file = DIR/test-mail/directfile + pipe: driver = pipe command = /bin/sh -c "echo $local_part $domain >DIR/test-mail/$local_part" |