Commit | Line | Data |
---|---|---|
54c5ebb1 PH |
1 | |
2 | **** SMTP testing session as if from host 1.2.3.4 | |
3 | **** but without any ident (RFC 1413) callback. | |
4 | **** This is not for real! | |
5 | ||
6 | 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000\r | |
7 | 250 OK\r | |
8 | 250 Accepted\r | |
9 | 250 Reset OK\r | |
10 | 250 OK\r | |
11 | 250 Accepted\r | |
12 | 250 Reset OK\r | |
13 | 250 OK\r | |
14 | 550 list1@lists.test.ex is a closed mailing list\r | |
15 | 250 Reset OK\r | |
16 | 250 OK\r | |
17 | 550 nonlist@lists.test.ex is a closed mailing list\r | |
18 | 221 myhost.test.ex closing connection\r |