git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Make batch delivery work for files and pipes set up by redirection.
[exim.git]
/
test
/
scripts
/
0000-Basic
/
0191
1
# transport filter with missing final NL
2
need_ipv4
3
#
4
server PORT_S
5
220 ESMTP
6
EHLO
7
250-OK
8
250 HELP
9
MAIL FROM:
10
250 Sender OK
11
RCPT TO:
12
250 Recipient OK
13
DATA
14
354 Send message
15
.
16
250 OK
17
QUIT
18
250 OK
19
****
20
exim -odi userx@domain1
21
Test message
22
****