Add variables for wildcard portion of local-part affix. Bug 281
[exim.git] / test / scripts / 0000-Basic / 0099
CommitLineData
59371ea7 1# retry data
51596af4
JH
2#
3#
4# This should add an entry for "thishost.test.ex"
5exim -odi userx@simple
59371ea7
PH
6Test message
7****
8dump retry
9sleep 1
10exim -odi -q
11****
12dump retry
13sleep 3
14exim -odi -q
15****
51596af4 16#
485b86b9 17# This should add two entries for "thisloop.test.ex" (ip4, 127.0.0.1)
51596af4
JH
18exim -odi usery@complex
19Test message 2
20****
21dump retry
22#
23# and one for thishost without its IP
24exim -odi -DRETRY=retry_include_ip_address=no userz@simple
25Test message
26****
59371ea7 27dump retry
51596af4 28#
9c695f6d
JH
29# expanded option, giving true, should leave the localhost pair unchanged
30exim -odi -DRETRY='retry_include_ip_address=${if eq{with}{$local_part} {yes}{no}}' with@complex
31Test message
32****
33dump retry
34#
485b86b9 35# expanded option, giving false, should add another 'thisloop.test.ex' entry, without IP
9c695f6d
JH
36exim -odi -DRETRY='retry_include_ip_address=${if eq{with}{$local_part} {yes}{no}}' without@complex
37Test message
38****
39dump retry
40#
1435d4b2 41# a lookup-failure (in manualroute)
bd4ece7d
JH
42exim -odi userx@nonexist
43Test message
44****
1435d4b2 45# a lookup-failure (good MX, missing A) in dnslookup, deferred
bd4ece7d
JH
46exim -odi userx@mxt2.test.ex
47Test message
48****
1435d4b2
JH
49# a lookup-failure (missing MX) in dnslookup, deferred
50exim -odi userx@mxnonexist.test.ex
51Test message
52****
bd4ece7d
JH
53dump retry
54#
51596af4 55#
59371ea7
PH
56exim -brt x@dark.star.ex
57****
58exim -brt x@a.b.c
59****
60exim -brt x@x.y.z
61****
62exim -brt x@9CDE.ex
63****
64exim -brt x@Q.abcd.ex
65****
66exim -brt x@literal.ex
67****
68exim -brt x@look.up
69****
70exim -brt x@[127.0.0.1]
71****
72exim -brt x@primary.test.ex
73****
74exim -brt x@rcpt4xx.test.ex rcpt_4xx
75****
76exim -brt x@rcpt45x.test.ex rcpt_45x
77****
78exim -brt x@rcpt463.test.ex rcpt_463
79****
80exim -f "" -brt x@Q.abcd.ex
81****
82exim -f "d@e.f" -brt x@Q.abcd.ex
83****
34fab493
PH
84exim -brt x@not.not.ex
85****
bd4ece7d
JH
86exim -brt x@nonexist.test.ex lookup
87****
a99e1be9
JH
88#
89#
90no_msglog_check