CLASSIFICATION::category
Description
This command provides classification category name. (Example: mail,
gaming)
Note: the Policy Enforcement Manager license is required for
functionality to work.
Examples
when CLASSIFICATION_DETECTED {
if { [CLASSIFICATION::category] equals "chat"} {
drop
}
}