Use the CLI commands in this topic to delete impersonation detection rules.
Prerequisites
An established connection between the Email Security - Server appliance and the Internet.
Admin and Operator access to the Email Security - Server appliance.
To delete an impersonation rule:
Go to CLI configuration mode.
hostname > enable hostname # configure terminal
View the impersonation rule list to see the rule ID for the rule you want to delete.
hostname (config) # show email-analysis impersonation all
Use the following command with the rule ID of the rule to delete.
hostname (config) # no email-analysis impersonation <rule-id>
Verify that the specified rule is no longer in the list.
hostname (config) # show email-analysis impersonation all
Save your changes to the current active configuration.
hostname (config) # write memory