summaryrefslogtreecommitdiff
path: root/test/scripts/3200-testdb/3211
blob: 42da0ce1fda8fd18718cda268544f2f0a5c93fa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# reset search_error_message for next router
exim -bs
helo test
mail from:<userx@test.ex>
rcpt to:<userx@test.again.dns>
quit
****
exim -bh 1.2.3.4
helo test
mail from:<userx@test.ex>
rcpt to:<userx@test.again.dns>
quit
****
exim -bh 1.2.3.4
helo test
mail from:<userx@test.ex>
rcpt to:<r1-userx@test.again.dns>
quit
****