Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 4601
1 # Exim test configuration 4601
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9 acl_smtp_rcpt = \
10   accept        logwrite =      $sender_address [$sender_host_address] \
11                                 ${lookup {$sender_address} spf {$sender_host_address} \
12                                                 {lookup: '$value'}{FAILED}}
13 # End