Ensure acl_not_smtp_start is called for -bS input.
[exim.git] / test / scripts / 0000-Basic / 0535
index 237fa4c9c03a907f64327637fa7eab6a52d3155a..72a1a1533b82bc95c3746336e9e89370d034b23d 100644 (file)
@@ -5,3 +5,15 @@ No headers supplied.
 exim -odi -f nofix@test.ex userx@test.ex
 No headers supplied.
 ****
+exim -odi -bS
+mail from:<x@y>
+rcpt to:<userx@test.ex>
+data
+No headers supplied.
+.
+mail from:<nofix@test.ex>
+rcpt to:<userx@test.ex>
+data
+No headers supplied.
+.
+****