summaryrefslogtreecommitdiff
path: root/test/confs/0471
blob: 12bd3b52729a91508bba7b90fe328686c9bcef52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Exim test configuration 0471

.include DIR/aux-var/std_conf_prefix

primary_hostname = myhost.test.ex
log_selector = +received_recipients

# ----- Main settings -----



# ----- Rewrite -----

begin rewrite

^.{40,}@*          deny_me@test.example		FTbcfrt
*@* $1@${lookup{${lc:$2}}partial-lsearch{DIR/aux-fixed/TESTNUM.rw}{$value}fail} FTbcfrt

# End