Use the CLI commands in this procedure to enable or disable the Email Security - Server appliance to send another email to notify the recipient that a malicious email was detected in tap/span mode.
Enable the CLI configuration mode.
hostname > enable hostname # configure terminal
Enable sending another email notice to a recipient if a malicious email was detected in tap/span mode.
hostname (config) # email-analysis policy notice tap enable
Save your changes.
hostname (config) # write memory
Verify the status of sending a notice to a recipient in tap/span mode.
hostname (config) # show email-analysis policy
Email-Analysis Policy: ... Enable X Header: no Use Header for To/From: no Parse HTTPS URLs: no Invoke Email Feature Extractor: no Enable Notice (tap mode): yes ...
Enable the CLI configuration mode.
hostname > enable hostname # configure terminal
Disable sending an email notice to a recipient in tap/span mode.
hostname (config) # no email-analysis policy notice tap enable
Save your changes.
hostname (config) # write memory
Verify the status of sending a notice to a recipient in tap/span mode.
hostname (config) # show email-analysis policy
Email-Analysis Policy: ... Enable X Header: no Use Header for To/From: no Parse HTTPS URLs: no Invoke Email Feature Extractor: no Enable Notice (tap mode): no ...