X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/e23341ecd1efcf6339ae9458c4612357775dc286..9bf74b9c298f6968417fe88a68ccdf2179db1403:/test/scripts/0000-Basic/0900?ds=inline diff --git a/test/scripts/0000-Basic/0900 b/test/scripts/0000-Basic/0900 index 1c0e43552..49959a96f 100644 --- a/test/scripts/0000-Basic/0900 +++ b/test/scripts/0000-Basic/0900 @@ -66,6 +66,51 @@ random.com From: Sam@random.com Subject: This is a bodyless test message +??? 250- +??? 250 +quit +??? 221 +**** +# +# Same again but with RSET between the two +client 127.0.0.1 PORT_D +??? 220 +ehlo tester +??? 250- +??? 250- +??? 250- +??? 250- +??? 250- +??? 250 +mail from:some_ne@some.domain +??? 250 +rcpt to:CALLER@test.ex +??? 250 +bdat 100 +To: Susan@random.com +From: Sam@random.com +Subject: This is a bodyfull test message + +1234567890 +??? 250 +noop +??? 250 +bdat 0 last +??? 250- +??? 250 +RSET +??? 250 +mail from:someone@some.domain +??? 250 +rcpt to:CALLER@test.ex +??? 250 +bdat 10 +To: Susan@bdat 78 last +??? 250 +random.com +From: Sam@random.com +Subject: This is a bodyless test message + ??? 250- ??? 250 quit @@ -215,6 +260,68 @@ quit ??? 221 **** # +# Two rejected messages, pipielined, RSET between +client 127.0.0.1 PORT_D +??? 220 +EHLO tester +??? 250- +??? 250-SIZE +??? 250-8BITMIME +??? 250-PIPELINING +??? 250-CHUNKING +??? 250 HELP +MAIL FROM:\r\nRCPT TO:\r\nBDAT 86\r\nTo: Susan@random.com\r\nFrom: Sal@random.com\r\nSubject: This is a bodyless test message\r\nBDAT 6 LAST\r\nZZ\r\n +??? 250 +??? 550 relay not permitted +??? 503-All RCPT commands were rejected +??? 503- +??? 503 +??? 503-All RCPT commands were rejected +??? 503- +??? 503 +RSET +??? 250 +NOOP +??? 250 +MAIL FROM:\r\nRCPT TO:\r\nBDAT 86\r\nTo: Susan@random.com\r\nFrom: Sal@random.com\r\nSubject: This is a bodyless test message\r\nBDAT 6 LAST\r\nZZ\r\n +??? 250 +??? 550 +??? 503-All RCPT commands were rejected +??? 503- +??? 503 +??? 503- +??? 503- +??? 503 +quit +??? 221 +**** +# +# Two messages, pipielined, 1st abandoned midway, RSET between +client 127.0.0.1 PORT_D +??? 220 +EHLO tester +??? 250- +??? 250-SIZE +??? 250-8BITMIME +??? 250-PIPELINING +??? 250-CHUNKING +??? 250 HELP +MAIL FROM:\r\nRCPT TO:\r\nBDAT 86\r\nTo: Susan@random.com\r\nFrom: Sa5@random.com\r\nSubject: This is a bodyless test message\r\nRSET +??? 250 OK +??? 250 Accepted +??? 250 86 byte chunk received +??? 250 Reset OK +MAIL FROM:\r\nRCPT TO:\r\nBDAT 86\r\nTo: Susan@random.com\r\nFrom: Sa6@random.com\r\nSubject: This is a bodyless test message\r\nBDAT 6 LAST\r\nZZ\r\n +??? 250 OK +??? 250 Accepted +??? 250 86 byte chunk received +??? 250- 6 byte chunk, total 93 +??? 250 OK +QUIT +??? 221 +**** +# +# # plain, small message (no body) # header line with bad line-ending client 127.0.0.1 PORT_D @@ -266,6 +373,39 @@ quit ??? 221 **** # +# Test for smtp-smuggling. Accepting only one message is good; two is bad. +client 127.0.0.1 PORT_D +??? 220 +ehlo smuggler +??? 250- +??? 250-SIZE +??? 250-8BITMIME +??? 250-PIPELINING +??? 250-CHUNKING +??? 250 HELP +MAIL FROM: +??? 250 +RCPT TO: +??? 250 +DATA +??? 354 +Subject: test of smuggled smtp + +This is body for initial message +The next line is a bogus end-of-data attempt, followed by a try at a smuggled message: +>>> .\n +mail from: +rcpt to: +bdat 86 last +Subject: send me all your money! + +All your base are belong to us. Send Bitcoins. +QUIT +. +??? 250 +QUIT +??? 221 +**** # killdaemon no_msglog_check