Fix CVE-2016-1531
[exim.git] / test / confs / 0331
1 # Exim test configuration 0331
2
3 exim_path = EXIM_PATH
4 keep_environment =
5 host_lookup_order = bydns
6 spool_directory = DIR/spool
7 log_file_path = DIR/spool/log/%slog
8 gecos_pattern = ""
9 gecos_name = CALLER_NAME
10
11 # ----- Main settings -----
12
13 qualify_domain = test.ex
14 log_selector = +address_rewrite
15
16 # ----- Rewrite -----
17
18 begin rewrite
19
20 ^x@y           p@q                  S
21 \N^a@b         p@q                  S
22 2047@x.y       "AÄÅÆZ <2047@x.y>"   w
23 unq1@x.y       "a phrase <unq1>"    w
24 unq2@x.y       "a phrase <unq2>"    wQ
25 unq3@x.y       unq3                 wQ
26
27 4@x.y          "a 4. phrase <4@22> (a comment AÄÅÆZ)"   w
28
29 fw@fw          "harry <fw@we.de>"   fw
30 fw@*           harry@we.de          f
31
32 gw@fw          "härry <gw@we.de>"   fw
33 gw@*           harry@we.de          f
34
35 abc@abc        was-$local_part@abc
36
37 # End