4 # This should add an entry for "thishost.test.ex"
17 # This should add two entries for "thisloop.test.ex" (ip4, 127.0.0.1)
18 exim -odi usery@complex
23 # and one for thishost without its IP
24 exim -odi -DRETRY=retry_include_ip_address=no userz@simple
29 # expanded option, giving true, should leave the localhost pair unchanged
30 exim -odi -DRETRY='retry_include_ip_address=${if eq{with}{$local_part} {yes}{no}}' with@complex
35 # expanded option, giving false, should add another 'thisloop.test.ex' entry, without IP
36 exim -odi -DRETRY='retry_include_ip_address=${if eq{with}{$local_part} {yes}{no}}' without@complex
41 # a lookup-failure (in manualroute)
42 exim -odi userx@nonexist
45 # a lookup-failure (good MX, missing A) in dnslookup, deferred
46 exim -odi userx@mxt2.test.ex
49 # a lookup-failure (missing MX) in dnslookup, deferred
50 exim -odi userx@mxnonexist.test.ex
56 exim -brt x@dark.star.ex
66 exim -brt x@literal.ex
70 exim -brt x@[127.0.0.1]
72 exim -brt x@primary.test.ex
74 exim -brt x@rcpt4xx.test.ex rcpt_4xx
76 exim -brt x@rcpt45x.test.ex rcpt_45x
78 exim -brt x@rcpt463.test.ex rcpt_463
80 exim -f "" -brt x@Q.abcd.ex
82 exim -f "d@e.f" -brt x@Q.abcd.ex
84 exim -brt x@not.not.ex
86 exim -brt x@nonexist.test.ex lookup