From 58eb016e585187a87ade7602b2aecb2208605320 Mon Sep 17 00:00:00 2001 From: Philip Hazel Date: Fri, 13 Apr 2007 15:13:47 +0000 Subject: Check for lost connection or unexpected input at end of message. --- test/scripts/0000-Basic/0300 | 3 ++- test/scripts/0000-Basic/0301 | 3 ++- test/scripts/0000-Basic/0559 | 44 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 48 insertions(+), 2 deletions(-) create mode 100644 test/scripts/0000-Basic/0559 (limited to 'test/scripts/0000-Basic') diff --git a/test/scripts/0000-Basic/0300 b/test/scripts/0000-Basic/0300 index 053aec804..de3be1095 100644 --- a/test/scripts/0000-Basic/0300 +++ b/test/scripts/0000-Basic/0300 @@ -23,8 +23,9 @@ rset\r\nmail from:\r\nrcpt to:\r\ndata ??? 250 ??? 354 the message -.\r\nmail from: +. +++ 1 +mail from: rcpt to:\r\ndata\r\nthe message\r\nsecond line ??? 250 ??? 250 diff --git a/test/scripts/0000-Basic/0301 b/test/scripts/0000-Basic/0301 index 4add8f42c..f84244f05 100644 --- a/test/scripts/0000-Basic/0301 +++ b/test/scripts/0000-Basic/0301 @@ -26,8 +26,9 @@ mail from:\r\nrcpt to:\r\ndata ??? 250 ??? 354 the message -.\r\nmail from:\r\nrcpt to:\r\ndata\r\nthe message +. ??? 250 +mail from:\r\nrcpt to:\r\ndata\r\nthe message ??? 250 ??? 250 ??? 354 diff --git a/test/scripts/0000-Basic/0559 b/test/scripts/0000-Basic/0559 new file mode 100644 index 000000000..01d7d99af --- /dev/null +++ b/test/scripts/0000-Basic/0559 @@ -0,0 +1,44 @@ +# SMTP still alive check before final response +need_ipv4 +# +exim -DSERVER=server -bd -oX PORT_D +**** +client -t5 127.0.0.1 PORT_D +??? 220 +ehlo abcd +??? 250- +??? 250- +??? 250- +??? 250 +mail from:\r\nrcpt to:\r\ndata +??? 250 +??? 250 +??? 354 +This is a test message. +. ++++ 1 +**** +sleep 1 +killdaemon +# +# Also check for next input sent too soon +# +exim -DSERVER=server -bd -oX PORT_D +**** +client -t5 127.0.0.1 PORT_D +??? 220 +ehlo abcd +??? 250- +??? 250- +??? 250- +??? 250 +mail from:\r\nrcpt to:\r\ndata +??? 250 +??? 250 +??? 354 +This is a test message. +.\r\nrset +??? 550 +**** +sleep 1 +killdaemon -- cgit v1.2.3