Debug: expansions: refactor ascii-art/UTF8; mark up space & nl
[exim.git] / test / scripts / 0000-Basic / 0233
index 0acb13fca3dc4d1ccb1bb013fe9db671979f8721..bda2e689aea6b9e631c7f685565bb034946de6a7 100644 (file)
@@ -1,12 +1,26 @@
 # freeze_tell & system filter & ACL
+# System filter freezes this one
 exim -odi userx
 Rhubarb
 ****
+# ACL freezes these two, tell for the second, and third, not for the first
 exim -odi -bs
+helo test
 mail from:<a@test.ex>
+rcpt to:<userz@test.ex>
+data
+Should be frozen (no tell)
+.
+mail from:<a@test.ex>
+rcpt to:<usery@test.ex>
+data
+Should be frozen (with tell)
+.
+mail from:<a@test.ex>
+rcpt to:<userz@test.ex>
 rcpt to:<usery@test.ex>
 data
-Should be frozen
+Should be frozen (with tell because not both no_tell)
 .
 quit
 ****