summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0500
blob: 688671625fde85a76143f5c48d01abd7dd023dfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# predata ACL
exim -odi -bs
helo test
mail from:<x@y>
rcpt to:<userx@y>
data
quit
****
exim -odi -bs
helo test
mail from:<postmaster@y>
rcpt to:<userx@y>
data
Subject: testing
.
quit
****