Hopefully the final lot of test files.
[exim.git] / test / scripts / 0000-Basic / 0465
diff --git a/test/scripts/0000-Basic/0465 b/test/scripts/0000-Basic/0465
new file mode 100644 (file)
index 0000000..03abe16
--- /dev/null
@@ -0,0 +1,30 @@
+# strip_trailing_dot
+exim -d -bs
+mail from:<>
+rcpt to:<abc@domain.>
+quit
+****
+1
+exim -f abc@somewhere. xxx
+****
+exim -DSTD=strip_trailing_dot -d -bs
+mail from:<>
+rcpt to:<abc@domain.>
+data
+To: abc@domain.
+.
+quit
+****
+exim -DSTD=strip_trailing_dot -f abc@somewhere. xxx@yyy.
+****
+exim -d -bs
+mail from:<>
+rcpt to:<abc@xyz>
+data
+To: abc@xyz.
+.
+quit
+****
+exim -bp
+****
+no_msglog_check