summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0297
blob: 2ce6ca308cacf6cd097c625da742345ffcf33a11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# expandable file/directory transports
exim -d-all+route -bt /a/b/c
****
exim -d-all+route -bt /x/y/z
****
exim -bt /a/b/c/
****
exim -bt /a/a/b//
****
exim -odi -N -f fil@ter /a/b/c
****
exim -odi -N -f fil@ter /x/y/z
****
exim -odi -N -f fil@ter /a/b/c/
****
exim -odi -N -f fil@ter /a/b/c//
****