summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0539
blob: 559c633b5a1359b55443689d68f20eef7ee75f35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# log_reject_target
exim -bs
helo test
mail from:<main@test.ex>
mail from:<reject@test.ex>
mail from:<both@test.ex>
mail from:<panic@test.ex>
mail from:<none@test.ex>
mail from:<ok@test.ex>
rcpt to:<main@test.ex>
rcpt to:<reject@test.ex>
rcpt to:<both@test.ex>
rcpt to:<panic@test.ex>
rcpt to:<none@test.ex>
rcpt to:<ok@test.ex>
data
quit
****
1
exim -oep userx@test.ex
****