diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-09-22 19:29:49 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-09-22 19:29:49 +0100 |
commit | adaa0e2c25fb6cf60aa9e3c4088915733d073022 (patch) | |
tree | 12212c8da03312a472725e96435ba8f2cf93e9cf /test/stderr/0499 | |
parent | 2d009132e2de39646108f9c5a829f0611735e730 (diff) |
Routing: for efficiency, avoid complexifying the "condition" string until the second is read from config
Diffstat (limited to 'test/stderr/0499')
-rw-r--r-- | test/stderr/0499 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/stderr/0499 b/test/stderr/0499 index 4592f6469..2ecd699aa 100644 --- a/test/stderr/0499 +++ b/test/stderr/0499 @@ -25,7 +25,7 @@ host_find_bydns yield = HOST_FOUND_LOCAL (3); returned hosts: eximtesthost.test.ex ip4.ip4.ip4.ip4 MX=5 mxt1.test.ex in "@mx_any"? yes (matched "@mx_any") mxt1.test.ex in "+anymx"? yes (matched "+anymx") -checking "condition" +checking "condition" "${if match_domain{$domain}{+anymx}{yes}}"... DNS lookup of mxt1.test.ex (MX) using fakens DNS lookup of mxt1.test.ex (MX) succeeded DNS lookup of eximtesthost.test.ex (A) using fakens |