summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0191
blob: 4ac11154d3d865604dc84176226c0157510073b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# transport filter with missing final NL
need_ipv4
#
server PORT_S
220 ESMTP
EHLO
250-OK
250 HELP
MAIL FROM:
250 Sender OK
RCPT TO:
250 Recipient OK
DATA
354 Send message
.
250 OK
QUIT
250 OK
****
exim -odi userx@domain1
Test message
****