diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-11-07 14:20:37 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-11-07 14:20:37 +0000 |
commit | 3cf91d6de9952dd0c2a4327e2a0e61d06b53c417 (patch) | |
tree | fc71cac973468a14471d8aadcd26e62971c48b8f /test/stderr/0544 | |
parent | a2042e783d5db744eeb94d4d6ac3bc86aef45511 (diff) |
Fix small test buglet.
Diffstat (limited to 'test/stderr/0544')
-rw-r--r-- | test/stderr/0544 | 8 |
1 files changed, 4 insertions, 4 deletions
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}} |