GnuTLS control constants exposed to Makefile.
[exim.git] / test / stdout / 0460
1 Connecting to 127.0.0.1 port 1225 ... connected
2 ??? 220
3 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
4 >>> ehlo rhu.barb
5 ??? 250-
6 <<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
7 ??? 250-
8 <<< 250-SIZE 52428800
9 ??? 250-
10 <<< 250-8BITMIME
11 ??? 250-
12 <<< 250-PIPELINING
13 ??? 250
14 <<< 250 HELP
15 >>> mail from:<userx@test.ex>
16 ??? 250
17 <<< 250 OK
18 >>> rcpt to:<userx@test.ex>
19 ??? 250
20 <<< 250 Accepted
21 >>> DATA
22 ??? 3
23 <<< 354 Enter message, ending with "." on a line by itself
24 >>> From: x@y
25 >>> To: some@one
26 >>> Subject: contains >\n< bare lf
27 >>> Aheader: Another header line
28 >>>
29 >>> This is the message body.
30 >>> .
31 ??? 2
32 <<< 250 OK id=10HmaX-0005vi-00
33 >>> mail from:<userx@test.ex>
34 ??? 250
35 <<< 250 OK
36 >>> rcpt to:<userx@test.ex>
37 ??? 250
38 <<< 250 Accepted
39 >>> DATA
40 ??? 3
41 <<< 354 Enter message, ending with "." on a line by itself
42 >>> From: x@y\nBheader: some text
43 >>> To: some@one
44 >>> Subject: contains >\n< bare lf
45 >>> Aheader: Another header line
46 >>>
47 >>> This is the message body.
48 >>> .
49 ??? 2
50 <<< 250 OK id=10HmaY-0005vi-00
51 >>> QUIT
52 ??? 221
53 <<< 221 myhost.test.ex closing connection
54 End of script