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
/
0617
1
# Filter file which makes use of "unseen deliver" commands
2
#
3
exim -odq userx@domain1
4
This message will also be delivered to usery
5
****
6
server PORT_S
7
220 ESMTP
8
EHLO
9
250-OK
10
250 HELP
11
MAIL
12
250 OK
13
RCPT
14
250 OK
15
RCPT
16
550 Not that one
17
DATA
18
354 More...
19
.
20
250 OK
21
QUIT
22
220 OK
23
****
24
exim -qqf
25
****