Fix buffer overflow in string_vformat. Bug 2449
[exim.git] / test / stdout / 0462
1 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000\r
2 250 OK\r
3 550-Postmaster verification failed while checking <Ok@localhost>\r
4 550-Called:   127.0.0.1\r
5 550-Sent:     RCPT TO:<postmaster@localhost>\r
6 550-Response: 550 NO\r
7 550-Several RFCs state that you are required to have a postmaster\r
8 550-mailbox for each mail domain. This host does not accept mail\r
9 550-from domains whose servers reject the postmaster address.\r
10 550 Sender verify failed\r
11 250 Accepted\r
12 221 myhost.test.ex closing connection\r
13 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000\r
14 250 OK\r
15 550-Verification failed for <NOTok@elsewhere>\r
16 550-Called:   127.0.0.1\r
17 550-Sent:     RCPT TO:<NOTok@elsewhere>\r
18 550-Response: 550 NO\r
19 550 Sender verify failed\r
20 221 myhost.test.ex closing connection\r
21 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000\r
22 250 OK\r
23 550-Verification failed for <NOTok2@elsewhere>\r
24 550-Called:   127.0.0.1\r
25 550-Sent:     RCPT TO:<NOTok2@elsewhere>\r
26 550-Response: 550 NO\r
27 550 Sender verify failed\r
28 221 myhost.test.ex closing connection\r
29
30 ******** SERVER ********
31 Listening on port 1224 ... 
32 Connection request from [127.0.0.1]
33 220 Server ready
34 EHLO myhost.test.ex
35 250 OK
36 MAIL FROM:<>
37 250 OK
38 RCPT TO:<Ok@localhost>
39 250 OK
40 RSET
41 250 OK
42 MAIL FROM:<>
43 250 OK
44 RCPT TO:<postmaster@localhost>
45 550 NO
46 QUIT
47 250 OK
48 End of script
49 Listening on port 1224 ... 
50 Connection request from [127.0.0.1]
51 220 Server ready
52 EHLO myhost.test.ex
53 250 OK
54 MAIL FROM:<>
55 250 OK
56 RCPT TO:<NOTok@elsewhere>
57 550 NO
58 QUIT
59 250 OK
60 End of script
61 Listening on port 1224 ... 
62 Connection request from [127.0.0.1]
63 220 Server ready
64 EHLO myhost.test.ex
65 250 OK
66 MAIL FROM:<>
67 250 OK
68 RCPT TO:<NOTok2@elsewhere>
69 550 NO
70 QUIT
71 250 OK
72 End of script