Hopefully the final lot of test files.
[users/jgh/exim.git] / test / scripts / 0000-Basic / 0431
diff --git a/test/scripts/0000-Basic/0431 b/test/scripts/0000-Basic/0431
new file mode 100644 (file)
index 0000000..093e263
--- /dev/null
@@ -0,0 +1,45 @@
+# affixes in RCPT commands
+need_ipv4
+#
+server PORT_S
+220 Server ready
+EHLO
+250 OK
+MAIL
+250 OK
+RCPT
+250 OK
+RCPT
+250 OK
+DATA
+354 Go ahead
+.
+250 OK
+QUIT
+220 OK
+****
+exim -odi pre-xxx@a.b  xxx+post@a.b
+****
+server PORT_S
+220 Server ready
+EHLO
+250 OK
+MAIL
+250 OK
+RCPT
+250 OK
+RCPT
+250 OK
+DATA
+354 Go ahead
+.
+250 OK
+QUIT
+220 OK
+****
+exim -DAFFIX=rcpt_include_affixes -odi pre-xxx@a.b  xxx+post@a.b
+****
+exim -odi pre.xxx@a.b
+****
+exim -DAFFIX=rcpt_include_affixes -odi pre.xxx@a.b
+****