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