summaryrefslogtreecommitdiff
path: root/test/confs/0331
blob: 8c62e22985865a692fb10a4225cabd6f498d978f (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
33
34
35
36
37
38
# Exim test configuration 0331

exim_path = EXIM_PATH
keep_environment =
host_lookup_order = bydns
spool_directory = DIR/spool
log_file_path = DIR/spool/log/%slog
gecos_pattern = ""
gecos_name = CALLER_NAME
tls_advertise_hosts =

# ----- 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