Testsuite: munge retry DB dumps for long pathnames
[exim.git] / test / confs / 0331
1 # Exim test configuration 0331
2
3 .include DIR/aux-var/std_conf_prefix
4
5
6 # ----- Main settings -----
7
8 qualify_domain = test.ex
9 log_selector = +address_rewrite
10
11 # ----- Rewrite -----
12
13 begin rewrite
14
15 ^x@y           p@q                  S
16 \N^a@b         p@q                  S
17 2047@x.y       "AÄÅÆZ <2047@x.y>"   w
18 unq1@x.y       "a phrase <unq1>"    w
19 unq2@x.y       "a phrase <unq2>"    wQ
20 unq3@x.y       unq3                 wQ
21
22 4@x.y          "a 4. phrase <4@22> (a comment AÄÅÆZ)"   w
23
24 fw@fw          "harry <fw@we.de>"   fw
25 fw@*           harry@we.de          f
26
27 gw@fw          "härry <gw@we.de>"   fw
28 gw@*           harry@we.de          f
29
30 abc@abc        was-$local_part@abc
31
32 # End