git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Move ESMPT LIMITS extension from experimental to mainline
[exim.git]
/
test
/
scripts
/
0000-Basic
/
0632
1
# regex caching
2
#
3
exim -d-all+queue_run+expand+lookup -DSERVER=server -bd -oX PORT_D
4
****
5
#
6
client 127.0.0.1 PORT_D
7
??? 220
8
HELO test.ex
9
??? 250
10
MAIL FROM:<CALLER@test.ex>
11
??? 250
12
RCPT TO:<dest_1@test.ex>
13
??? 250
14
DATA
15
??? 354
16
.
17
??? 250
18
QUIT
19
??? 221
20
****
21
client 127.0.0.1 PORT_D
22
??? 220
23
HELO test.ex
24
??? 250
25
MAIL FROM:<CALLER@test.ex>
26
??? 250
27
RCPT TO:<dest_2@test.ex>
28
??? 250
29
DATA
30
??? 354
31
.
32
??? 250
33
QUIT
34
??? 221
35
****
36
#
37
killdaemon
38
no_msglog_check
39
no_stdout_check