diff options
author | Heiko Schlittermann (HS12) <hs@schlittermann.de> | 2015-08-10 18:10:26 +0200 |
---|---|---|
committer | Heiko Schlittermann (HS12) <hs@schlittermann.de> | 2015-08-10 18:31:55 +0200 |
commit | 294089da36fdf5818d933ac874188956c35e30fe (patch) | |
tree | b63ce140aa3a6b2a1ce167970040f1559b09b8f0 /test/scripts/0000-Basic | |
parent | 4bd6107db73131e1b48f1902833fd7c637c08bda (diff) |
Testsuite: Add test for MAIL with spaces + options
Diffstat (limited to 'test/scripts/0000-Basic')
-rw-r--r-- | test/scripts/0000-Basic/0121 | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/test/scripts/0000-Basic/0121 b/test/scripts/0000-Basic/0121 index 9ff68fa13..9daae6448 100644 --- a/test/scripts/0000-Basic/0121 +++ b/test/scripts/0000-Basic/0121 @@ -1,4 +1,4 @@ -# Sender verification (envelope and header) +# Sender verification SMTP (envelope and header) exim -bh 127.0.0.1 mail from:<unknown@test.ex> rcpt to:<userx@test.ex> @@ -29,3 +29,21 @@ from: <defer@test.ex> . quit **** +# Sender verification (ESMTP) +exim -bh 127.0.0.1 +ehlo foo.bar +mail from:<ab@localhost1> +rset +ehlo foo.bar +mail from:<"a b"@localhost2> +rset +ehlo foo.bar +mail from:<"a b"@localhost3> SIZE=1234 +rset +ehlo foo.bar +mail from:"a b"@localhost4 SIZE=1234 +rset +ehlo foo.bar +mail from:<"a b"@localhost5> PRDR +quit +**** |