summaryrefslogtreecommitdiff
path: root/test/confs/0331
blob: 48ddf9037b1192abd11b3fc1dabeccdbfdb739c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Exim test configuration 0331

.include DIR/aux-var/std_conf_prefix


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

qualify_domain = test.ex
log_selector = +address_rewrite

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

begin rewrite

^x@y           p@q                  S
\N^a@b         p@q                  S
2047@x.y       "A���Z <2047@x.y>"   w
unq1@x.y       "a phrase <unq1>"    w
unq2@x.y       "a phrase <unq2>"    wQ
unq3@x.y       unq3                 wQ

4@x.y          "a 4. phrase <4@22> (a comment A���Z)"   w

fw@fw          "harry <fw@we.de>"   fw
fw@*           harry@we.de          f

gw@fw          "h�rry <gw@we.de>"   fw
gw@*           harry@we.de          f

abc@abc        was-$local_part@abc

# End