summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0431
diff options
context:
space:
mode:
Diffstat (limited to 'test/scripts/0000-Basic/0431')
-rw-r--r--test/scripts/0000-Basic/043145
1 files changed, 45 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0431 b/test/scripts/0000-Basic/0431
new file mode 100644
index 000000000..093e26325
--- /dev/null
+++ b/test/scripts/0000-Basic/0431
@@ -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
+****