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
linked-lists for driver info structs
[exim.git]
/
test
/
scripts
/
0000-Basic
/
0027
diff --git
a/test/scripts/0000-Basic/0027
b/test/scripts/0000-Basic/0027
index 606c1095ffc9d092b6edba1d1e4bee6387a07f91..ca4be73ead99f55ad5fd0fa394870315a2e24ede 100644
(file)
--- a/
test/scripts/0000-Basic/0027
+++ b/
test/scripts/0000-Basic/0027
@@
-2,6
+2,7
@@
#
# Invalid sender, should reject both
exim -bs
#
# Invalid sender, should reject both
exim -bs
+helo test
mail from:<x@y>
rcpt to:<userx@test.ex>
rcpt to:<postmaster@test.ex>
mail from:<x@y>
rcpt to:<userx@test.ex>
rcpt to:<postmaster@test.ex>
@@
-9,6
+10,7
@@
quit
****
# Valid sender, should only reject userx
exim -bs
****
# Valid sender, should only reject userx
exim -bs
+helo test
mail from:<userx@test.ex>
rcpt to:<userx@test.ex>
rcpt to:<postmaster@test.ex>
mail from:<userx@test.ex>
rcpt to:<userx@test.ex>
rcpt to:<postmaster@test.ex>
@@
-16,6
+18,7
@@
quit
****
# ACL misconfigurations at RCPT time
exim -bs
****
# ACL misconfigurations at RCPT time
exim -bs
+helo test
mail from:<>
rcpt to:<"deny verify = header_syntax"@test.ex>
rcpt to:<"deny verify = junk"@test.ex>
mail from:<>
rcpt to:<"deny verify = header_syntax"@test.ex>
rcpt to:<"deny verify = junk"@test.ex>
@@
-26,6
+29,7
@@
quit
****
# ACL misconfiguration at DATA time
exim -bs
****
# ACL misconfiguration at DATA time
exim -bs
+helo test
mail from:<>
rcpt to:<data@test.ex>
data
mail from:<>
rcpt to:<data@test.ex>
data
@@
-35,6
+39,7
@@
quit
****
# ACL misconfiguration at DATA time
exim -bs
****
# ACL misconfiguration at DATA time
exim -bs
+helo test
mail from:<>
rcpt to:<data@test.ex>
data
mail from:<>
rcpt to:<data@test.ex>
data
@@
-44,6
+49,7
@@
quit
****
# ACL misconfiguration at DATA time
exim -bs
****
# ACL misconfiguration at DATA time
exim -bs
+helo test
mail from:<>
rcpt to:<data@test.ex>
data
mail from:<>
rcpt to:<data@test.ex>
data