blob: dfd549a05f25c6d6b70b10a51f2c3da2515f07d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# empty transport filter
#
exim -d-all+transport -odi userx
Testing with filter
****
exim -DFILTER= -d-all+transport -odi userx
Testing without filter
****
exim -DFILTER='${if={1}{1}{}{}}' -d-all+transport -odi userx
Testing with expand-to-empty filter
****
|