1 # verify = not_blind/case_insensitive
3 # Accept: the env rcpt matches a header To:
6 rcpt to:<userx@dom.com>
8 To: a@b.c, himself <UserX@dom.com>
15 rcpt to:<userx@dom.com>
17 To: b@b.c, himself <usery@dom.com>
21 ### Reject, with specific SMTP message
22 exim -DERROR_DETAILS=smtp_return_error_details -odq -bs
24 rcpt to:<userx@dom.com>
26 To: c@b.c, himself <usery@dom.com>
30 ### Accept, matches in header CC:
33 rcpt to:<userx@dom.com>
34 rcpt to:<usery@dom.com>
36 To: d@b.c, himself <UserY@dom.com>
37 Cc: unqualified, UserX@dom.com, x@y.z
41 ### Reject: To: & CC: combo, an env rcpt missing
44 rcpt to:<userx@dom.com>
45 rcpt to:<usery@dom.com>
46 rcpt to:<userz@dom.com>
48 To: e@b.c, himself <UserY@dom.com>
49 Cc: unqualified, UserX@dom.com, x@y.z
53 ### Accept: Resent-To: & Resent-CC: combo
56 rcpt to:<userx@dom.com>
57 rcpt to:<usery@dom.com>
59 Resent-To: f@b.c, himself <UserY@dom.com>
60 Resent-Cc: unqualified, UserX@dom.com, x@y.z