Set to 0,1 or 2. Defines the ALL
types. The all
type terminates processing. It is normally
present
in the form -all to signify that if processing
reaches this point without a prior match
the result
will be fail. But if you are not sure that
the tests
are conclusive you could use ?all which
would allow
mail to be accepted even if all previous
checks
failed.
0 = -ALL. Pass Only Hard Fail
1 = ~ALL. Fail Soft and Hard
2 = ?ALL .Ignore All function