summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0446
diff options
context:
space:
mode:
Diffstat (limited to 'test/scripts/0000-Basic/0446')
-rw-r--r--test/scripts/0000-Basic/044614
1 files changed, 14 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0446 b/test/scripts/0000-Basic/0446
new file mode 100644
index 000000000..00e7ec6b9
--- /dev/null
+++ b/test/scripts/0000-Basic/0446
@@ -0,0 +1,14 @@
+# $received_count
+exim -odi userx
+Received: the first received: line
+Received: the second received: line
+****
+exim -odi -bs
+mail from:<>
+rcpt to:userx@test.ex
+data
+Received: the first received: line
+Received: the second received: line
+.
+quit
+****