1 # remove_header modifier in ACLs
3 mail from:<mailok@test.ex>
4 rcpt to:<rcptok@test.ex>
5 rcpt to:<notok@test.ex>
13 X-Not-1: Testing wildcard one
14 X-Not-2: Testing wildcard two
18 X-Rcpt-4: Line nine is really long, so long in fact that it wraps
19 around to the next line.
23 X-Mail-3: Line thirteen
24 X-Mail-4: Line fourteen is also really long, but it won't get
25 removed by these ACL's.
26 X-Mail-5: Line fifteen
27 X-Predata-5: Line sixteen
28 X-Predata-4: Line seventeen
29 X-Predata-3: Line eighteen
30 X-Predata-2: Line nineteen
31 X-Predata-1: Line twenty
32 X-NotSMTP-1: Line twenty-one
33 X-NotSMTP-2: Line twenty-two
34 X-NotSMTP-3: Line twenty-three
40 exim -odi rcptok@test.ex
41 Test non-SMTP message. Make sure it doesn't blow up when a header
42 it wants to remove is not present. This one also overrides the
43 fixup of adding a Date header because we specified to remove it!
44 Allow the admin to shoot himself in the foot if he really and
47 exim -bs -odi -DCONNECTCOND="remove_header=CONNECT: won't do this"