Taint: fix parsing of ACL ratelimit condition
[exim.git] / test / scripts / 3400-plaintext / 3411
CommitLineData
59371ea7
PH
1# ACL with a "standard" auth configuration
2#
3# Not a relay host, but authenticated, sender address does verify.
4# accept postmaster@test.ex (postmaster at local domain)
5# accept userx@test.ex (good address in local domain)
6# deny x@y (bad address)
7# accept x@ten-1.test.ex (good relay address)
8# accept x@ten-2.test.ex (good address, not relay domain/host, but authenticated)
9exim -odi -oMa 10.0.0.0 -bs
10ehlo rhu.barb
11auth PLAIN AHBoMTAAc2VjcmV0
12mail from:<userx@test.ex>
13rcpt to:<postmaster@test.ex>
14rcpt to:<userx@test.ex>
15rcpt to:<x@y>
16rcpt to:<x@ten-1.test.ex>
17rcpt to:<x@ten-2.test.ex>
18data
19Message 6
20.
21quit
22****