#
# Invalid sender, should reject both
exim -bs
+helo test
mail from:<x@y>
rcpt to:<userx@test.ex>
rcpt to:<postmaster@test.ex>
****
# 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>
****
# 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>
****
# ACL misconfiguration at DATA time
exim -bs
+helo test
mail from:<>
rcpt to:<data@test.ex>
data
****
# ACL misconfiguration at DATA time
exim -bs
+helo test
mail from:<>
rcpt to:<data@test.ex>
data
****
# ACL misconfiguration at DATA time
exim -bs
+helo test
mail from:<>
rcpt to:<data@test.ex>
data