git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
doc typo in $load_average
[exim.git]
/
test
/
scripts
/
0000-Basic
/
0210
1
# Unprivileged use of -f <>
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 OK
13
DATA
14
345 Send it
15
.
16
250 OK
17
QUIT
18
250 OK
19
****
20
exim -odi -f '<>' file@test.ex pipe@test.ex smtp@test.ex
21
This is a test message.
22
****