From 3cf91d6de9952dd0c2a4327e2a0e61d06b53c417 Mon Sep 17 00:00:00 2001 From: Philip Hazel Date: Tue, 7 Nov 2006 14:20:37 +0000 Subject: [PATCH] Fix small test buglet. --- test/confs/0544 | 4 ++-- test/stderr/0544 | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/test/confs/0544 b/test/confs/0544 index f1a32b31a..ddf95e5ae 100644 --- a/test/confs/0544 +++ b/test/confs/0544 @@ -10,12 +10,12 @@ gecos_name = CALLER_NAME # ----- Main settings ----- -domainlist dlist = testdb;$domain +domainlist dlist = $domain acl_smtp_helo = check_helo acl_smtp_mail = check_mail acl_smtp_rcpt = check_rcpt -queue_smtp_domains = testdb;$domain +queue_smtp_domains = $domain qualify_domain = test.ex diff --git a/test/stderr/0544 b/test/stderr/0544 index 2d49eabcb..e8b01dfe0 100644 --- a/test/stderr/0544 +++ b/test/stderr/0544 @@ -52,8 +52,8 @@ Exim version x.yz .... configuration file is TESTSUITE/test-config trusted user admin user -expanding: testdb;$domain - result: testdb;domain1.ex +expanding: $domain + result: domain1.ex LOG: MAIN == userx@domain1.ex R=smarthost T=smtp defer (-1): domain matches queue_smtp_domains, or -odqs set LOG: MAIN @@ -92,8 +92,8 @@ expanding: $sender_helo_name result: ehlo.domain expanding: +dlist result: +dlist -expanding: testdb;$domain - result: testdb;ehlo.domain +expanding: $domain + result: ehlo.domain condition: match_domain {$sender_helo_name}{+dlist} result: true expanding: ${if match_domain {$sender_helo_name}{+dlist}} -- 2.25.1