git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'exim-4.96+security' into master+security
[exim.git]
/
test
/
scripts
/
0000-Basic
/
0157
1
# relay by sender and host
2
exim -bh V4NET.0.0.1
3
helo test
4
mail from:<x@y.z>
5
rcpt to:<a@b.c>
6
rset
7
mail from:<userx@test.ex>
8
rcpt to:<a@b.c>
9
quit
10
****
11
exim -bh V4NET.0.0.2
12
helo test
13
mail from:<x@y.z>
14
rcpt to:<a@b.c>
15
rset
16
mail from:<userx@test.ex>
17
rcpt to:<a@b.c>
18
quit
19
****
20
exim -bh V4NET.0.0.3
21
helo test
22
mail from:<x@y.z>
23
rcpt to:<a@b.c>
24
rset
25
mail from:<userx@test.ex>
26
rcpt to:<a@b.c>
27
quit
28
****