summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0363
diff options
context:
space:
mode:
Diffstat (limited to 'test/scripts/0000-Basic/0363')
-rw-r--r--test/scripts/0000-Basic/036321
1 files changed, 21 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0363 b/test/scripts/0000-Basic/0363
new file mode 100644
index 000000000..d6b2e1601
--- /dev/null
+++ b/test/scripts/0000-Basic/0363
@@ -0,0 +1,21 @@
+# percent hack and rcpt addresses
+need_ipv4
+#
+server PORT_S
+220
+EHLO
+220 OK
+MAIL
+250 OK
+RCPT
+250 OK
+DATA
+334 send more
+.
+250 OK
+QUIT
+250 OK
+****
+exim -odi Aa%Bb@Cc
+To: aa%bb@cc
+****