summaryrefslogtreecommitdiff
path: root/test/scripts/3200-testdb/3208
blob: 9e4f9e38ae6ba27d5a97fc022b551a0a35b41c65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# defer in percent_hack_domains, relay_domains
exim -bh V4NET.0.0.1
ehlo remote.host
mail from:<user@remote.host>
rcpt to:<a@test.ex>
rcpt to:<a@other.ex>
rcpt to:<a%b@testhack.ex>
rcpt to:<a%b@test.ex>
rcpt to:<a%b@testhack2.ex>
rcpt to:<a@yesrelay.ex>
rcpt to:<a@norelay.ex>
rcpt to:<a%yesrelay.ex@testhack.ex>
rcpt to:<a%norelay.ex@testhack.ex>
quit
****