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/0378 | |
parent | 2d009132e2de39646108f9c5a829f0611735e730 (diff) |
Routing: for efficiency, avoid complexifying the "condition" string until the second is read from config
Diffstat (limited to 'test/stderr/0378')
-rw-r--r-- | test/stderr/0378 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/stderr/0378 b/test/stderr/0378 index bb7b4a40a..d82f049a7 100644 --- a/test/stderr/0378 +++ b/test/stderr/0378 @@ -35,7 +35,7 @@ defer router skipped: local_parts mismatch --------> aaaa_2nd_time router <-------- local_part=aaaa domain=myhost.test.ex checking local_parts -checking "condition" +checking "condition" "${if first_delivery{no}{yes}}"... aaaa_2nd_time router skipped: condition failure --------> aaaa router <-------- local_part=aaaa domain=myhost.test.ex @@ -212,7 +212,7 @@ defer router skipped: local_parts mismatch --------> aaaa_2nd_time router <-------- local_part=aaaa domain=myhost.test.ex checking local_parts -checking "condition" +checking "condition" "${if first_delivery{no}{yes}}"... calling aaaa_2nd_time router rda_interpret (string): aaaa@$domain expanded: aaaa@myhost.test.ex |