Fix DKIM verify operation in -bh test mode. Bug 2017
[exim.git] / test / scripts / 0000-Basic / 0393
... / ...
CommitLineData
1# empty transport filter
2#
3exim -d-all+transport -odi userx
4Testing with filter
5****
6exim -DFILTER= -d-all+transport -odi userx
7Testing without filter
8****
9exim -DFILTER='${if={1}{1}{}{}}' -d-all+transport -odi userx
10Testing with expand-to-empty filter
11****