This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

filter()

Synopsis:filter(filtername)

Description: Call another filter rule and evaluate its value. For example:

   filter demo_filter { host("example") and match("deny" value("MESSAGE")) };
    filter inverted_demo_filter { not filter(demo_filter) }