Testsuite: handle RC tagging convention
[exim.git] / test / confs / 0250
1 # Exim test configuration 0250
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9 qualify_domain = test.ex
10
11
12 # ----- Rewrite -----
13
14 begin rewrite
15
16 *@test.ex $1-rewritten@test.ex
17
18
19 # End