summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2017-01-24 18:17:10 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2017-01-24 18:17:10 +0000
commitd7a2c8337f7b615763d4429ab27653862756b6fb (patch)
tree2773466acc4e142d3be96b9f30ab139e2d7ac5cc /test/scripts/0000-Basic
parent4c0899659502d1ab14f30b02ec78261728caf9c8 (diff)
Fix reception of (quoted) local-parts with embedded spaces. Bug 2025
Diffstat (limited to 'test/scripts/0000-Basic')
-rw-r--r--test/scripts/0000-Basic/057928
1 files changed, 28 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0579 b/test/scripts/0000-Basic/0579
new file mode 100644
index 000000000..7a5f3ff6f
--- /dev/null
+++ b/test/scripts/0000-Basic/0579
@@ -0,0 +1,28 @@
+# local-part with space, esmtp reception
+#
+exim -DSERVER=server -bd -oX PORT_D
+****
+#
+client 127.0.0.1 PORT_D
+??? 220
+EHLO test
+??? 250-
+??? 250-
+??? 250-
+??? 250-
+??? 250 HELP
+MAIL FROM:<>
+??? 250
+RCPT TO:<"name with spaces"@test.ex>
+??? 250
+DATA
+??? 354
+Subject: test
+
+body
+.
+??? 250
+QUIT
+??? 221
+****
+killdaemon