git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Testsuite: more munge tweaks
[exim.git]
/
test
/
scripts
/
0000-Basic
/
0304
1
# address lists
2
exim -bh 1.2.3.4
3
helo test
4
mail from:<>
5
rcpt to:<b1@x>
6
rcpt to:<b2@x>
7
rcpt to:<b9@x>
8
rset
9
mail from:<x@y>
10
rcpt to:<abc@w.x.y.z>
11
rcpt to:<abcdef@q.x.y.z>
12
rcpt to:<a@b>
13
rcpt to:<ok@ok>
14
rcpt to:<x@a.b.c>
15
rcpt to:<abc@d.e.f>
16
rcpt to:<x@d.e.f>
17
rcpt to:<abc@at.1>
18
rcpt to:<xyz@at.1>
19
rcpt to:<abcxyz@at.1>
20
rcpt to:<ok@at.1>
21
rcpt to:<x@domain.only>
22
rcpt to:<x@abc.domain2.only>
23
rcpt to:<x@domain2.only>
24
rcpt to:<abc@domain3>
25
rcpt to:<xyz@x.domain4>
26
rcpt to:<abc@x.domain4>
27
rcpt to:<xyz@domain3>
28
rcpt to:<pqr@myhost.test.ex>
29
rcpt to:<xxx@myhost.test.ex>
30
rcpt to:<a@domain5>
31
rcpt to:<xyz@domain6>
32
rcpt to:<abc@domain6>
33
rcpt to:<x@domain7>
34
quit
35
****