Expand PMF_FN_* macros.
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / milter / test-list
blobd4cef7a7c6122eee8e6b411a7c2bce635f8f3f8e
1 # Reject with text 
2 ./test-milter -C 1 -a "554 5.7.1 1% 2%% 3%%%" -c connect -p inet:9999@0.0.0.0
3 ./test-milter -C 1 -a "554 5.7.1 1% 2%% 3%%%" -c helo -p inet:9999@0.0.0.0
4 ./test-milter -C 1 -a "554 5.7.1 1% 2%% 3%%%" -c mail -p inet:9999@0.0.0.0
5 ./test-milter -C 1 -a "554 5.7.1 1% 2%% 3%%%" -c rcpt -p inet:9999@0.0.0.0
6 ./test-milter -C 1 -a "554 5.7.1 1% 2%% 3%%%" -c header -p inet:9999@0.0.0.0
7 ./test-milter -C 1 -a "554 5.7.1 1% 2%% 3%%%" -c eoh -p inet:9999@0.0.0.0
8 ./test-milter -C 1 -a "554 5.7.1 1% 2%% 3%%%" -c body -p inet:9999@0.0.0.0
9 ./test-milter -C 1 -a "554 5.7.1 1% 2%% 3%%%" -c eom -p inet:9999@0.0.0.0
11 # Tempfail tests
12 ./test-milter -C 1 -a tempfail -c connect -p inet:9999@0.0.0.0
13 ./test-milter -C 1 -a tempfail -c helo -p inet:9999@0.0.0.0
14 ./test-milter -C 1 -a tempfail -c mail -p inet:9999@0.0.0.0
15 ./test-milter -C 1 -a tempfail -c rcpt -p inet:9999@0.0.0.0
16 ./test-milter -C 1 -a tempfail -c header -p inet:9999@0.0.0.0
17 ./test-milter -C 1 -a tempfail -c eoh -p inet:9999@0.0.0.0
18 ./test-milter -C 1 -a tempfail -c body -p inet:9999@0.0.0.0
19 ./test-milter -C 1 -a tempfail -c eom -p inet:9999@0.0.0.0
21 # Reject tests
22 ./test-milter -C 1 -a reject -c connect -p inet:9999@0.0.0.0
23 ./test-milter -C 1 -a reject -c helo -p inet:9999@0.0.0.0
24 ./test-milter -C 1 -a reject -c mail -p inet:9999@0.0.0.0
25 ./test-milter -C 1 -a reject -c rcpt -p inet:9999@0.0.0.0
26 ./test-milter -C 1 -a reject -c header -p inet:9999@0.0.0.0
27 ./test-milter -C 1 -a reject -c eoh -p inet:9999@0.0.0.0
28 ./test-milter -C 1 -a reject -c body -p inet:9999@0.0.0.0
29 ./test-milter -C 1 -a reject -c eom -p inet:9999@0.0.0.0
31 # Accept tests
32 ./test-milter -C 1 -a accept -c connect -p inet:9999@0.0.0.0
33 ./test-milter -C 1 -a accept -c helo -p inet:9999@0.0.0.0
34 ./test-milter -C 1 -a accept -c rcpt -p inet:9999@0.0.0.0
35 ./test-milter -C 1 -a accept -c mail -p inet:9999@0.0.0.0
36 ./test-milter -C 1 -a accept -c header -p inet:9999@0.0.0.0
37 ./test-milter -C 1 -a accept -c eoh -p inet:9999@0.0.0.0
38 ./test-milter -C 1 -a accept -c body -p inet:9999@0.0.0.0
39 ./test-milter -C 1 -a accept -c eom -p inet:9999@0.0.0.0
41 # discard tests
42 ./test-milter -C 1 -a discard -c connect -p inet:9999@0.0.0.0
43 ./test-milter -C 1 -a discard -c helo -p inet:9999@0.0.0.0
44 ./test-milter -C 1 -a discard -c rcpt -p inet:9999@0.0.0.0
45 ./test-milter -C 1 -a discard -c mail -p inet:9999@0.0.0.0
46 ./test-milter -C 1 -a discard -c header -p inet:9999@0.0.0.0
47 ./test-milter -C 1 -a discard -c eoh -p inet:9999@0.0.0.0
48 ./test-milter -C 1 -a discard -c body -p inet:9999@0.0.0.0
49 ./test-milter -C 1 -a discard -c eom -p inet:9999@0.0.0.0