Start adding tests for the filters.
[apps/pfixtools.git] / postlicyd / data / test.conf
1 filter1 {
2   type = match;
3
4   condition = stress #=;
5   on_match  = postfix:OK;
6   on_fail   = postfix:OK;
7 }
8
9
10 recipient_filter = filter1;