git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Testsuite: munge and shuffle for non-TLS build
[exim.git]
/
test
/
scripts
/
0000-Basic
/
0029
1
# ACL with sender=address
2
exim -bs
3
helo test
4
mail from:<ok@test.ex>
5
rcpt to:<a@b1>
6
rset
7
mail from:<notok@test.ex>
8
rcpt to:<a@b2>
9
rset
10
mail from:<notok@abc.test.ex>
11
rcpt to:<a@b3>
12
rset
13
mail from:<notok@xyz.test.ex>
14
rcpt to:<a@b4>
15
quit
16
****