diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-11-20 11:43:40 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-11-20 11:43:40 +0000 |
commit | d6a96edc044b5876b32787374618e44c37e40423 (patch) | |
tree | a40c366d45b22ca01290bc320498852eba8a70cd /test | |
parent | 0ea2a4686aa26c914cae710b023974bcdc258f27 (diff) |
Fix space bug in previous patch for "message" used with "accept".
Diffstat (limited to 'test')
-rw-r--r-- | test/scripts/0000-Basic/0546 | 4 | ||||
-rw-r--r-- | test/stdout/0546 | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0546 b/test/scripts/0000-Basic/0546 index 1486d3538..4374776c3 100644 --- a/test/scripts/0000-Basic/0546 +++ b/test/scripts/0000-Basic/0546 @@ -16,4 +16,8 @@ mail from:<> rcpt to:<userx@test.ex> quit **** +exim -bs -DHELO_MSG='299 With code' +ehlo a.b.c +quit +**** no_msglog_check diff --git a/test/stdout/0546 b/test/stdout/0546 index 0865c5f17..7f123f85f 100644 --- a/test/stdout/0546 +++ b/test/stdout/0546 @@ -18,3 +18,9 @@ 299 OK
250 Bad number
221 the.local.host.name closing connection
+220 the.local.host.name ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
+299-With code
+299-SIZE 52428800
+299-PIPELINING
+299 HELP
+221 the.local.host.name closing connection
|