summaryrefslogtreecommitdiff
path: root/test/confs/0471
blob: a6b8a17ef018b1d900dfe97dd72efd6970a425e4 (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