1 # verify = not_blind/case_insensitive
3 # Accept: the env rcpt matches a header To:
7 rcpt to:<userx@dom.com>
9 To: a@b.c, himself <UserX@dom.com>
17 rcpt to:<userx@dom.com>
19 To: b@b.c, himself <usery@dom.com>
23 ### Reject, with specific SMTP message
24 exim -DERROR_DETAILS=smtp_return_error_details -odq -bs
27 rcpt to:<userx@dom.com>
29 To: c@b.c, himself <usery@dom.com>
33 ### Accept, matches in header CC:
37 rcpt to:<userx@dom.com>
38 rcpt to:<usery@dom.com>
40 To: d@b.c, himself <UserY@dom.com>
41 Cc: unqualified, UserX@dom.com, x@y.z
45 ### Reject: To: & CC: combo, an env rcpt missing
49 rcpt to:<userx@dom.com>
50 rcpt to:<usery@dom.com>
51 rcpt to:<userz@dom.com>
53 To: e@b.c, himself <UserY@dom.com>
54 Cc: unqualified, UserX@dom.com, x@y.z
58 ### Accept: Resent-To: & Resent-CC: combo
62 rcpt to:<userx@dom.com>
63 rcpt to:<usery@dom.com>
65 Resent-To: f@b.c, himself <UserY@dom.com>
66 Resent-Cc: unqualified, UserX@dom.com, x@y.z