git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Testsuite: tidying GnuTLS with TLS1.3
[exim.git]
/
test
/
scripts
/
0000-Basic
/
0233
diff --git
a/test/scripts/0000-Basic/0233
b/test/scripts/0000-Basic/0233
index 0acb13fca3dc4d1ccb1bb013fe9db671979f8721..13726815c6a8724ef6f741c0b21862ec06abe572 100644
(file)
--- a/
test/scripts/0000-Basic/0233
+++ b/
test/scripts/0000-Basic/0233
@@
-1,12
+1,25
@@
# freeze_tell & system filter & ACL
# freeze_tell & system filter & ACL
+# System filter freezes this one
exim -odi userx
Rhubarb
****
exim -odi userx
Rhubarb
****
+# ACL freezes these two, tell for the second, and third, not for the first
exim -odi -bs
mail from:<a@test.ex>
exim -odi -bs
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
rcpt to:<usery@test.ex>
data
-Should be frozen
+Should be frozen
(with tell because not both no_tell)
.
quit
****
.
quit
****