DenyAllFilter
DenyAllFilter can be configured as the last filter
in a chain of filters to deny all messages that do not meet the filter
specifications in the filter chain.
Syntax
<filter class="DenyAllFilter">
Syntax Description
- class="DenyAllFilter"
-
specifies to deny all
messages that do not meet the filter chain criteria.
Tip
Use DenyAllFilter as the last
filter if you use AcceptOnMatch="TRUE" and you want only the messages
that match to be processed.