Use the commands in this section to configure notices.
Note
Before you configure "block" notices, you need to enable them. To enable block notices, enter the
email-analysis policy notice enablecommand. To disable them, enter theno email-analysis policy notice enablecommand.
Enable the CLI configuration mode:
hostname > enable hostname # configure terminal
Configure the email notice header text:
Specify a valid email address from which to send the notices. This is the email address that will be in the From: header of the email notice.
hostname (config) # email-analysis policy notice from <emailAddress>
(Optional) Change the text that will be in the Subject: header of the email notice:
hostname (config) # email-analysis policy notice subject <subjectText>
(Optional) Customize the message body.
hostname (config) # email-analysis policy notice body <messageText>
Save your changes:
hostname (config) # write memory
Note
Use the Email Policy Configuration page to view the message body text.
Enable the CLI configuration mode:
hostname > enable hostname # configure terminal
To add an "admin" notice recipient:
hostname (config) # email-analysis policy notice admin <emailAddress>
where
emailAddressis the administrator's email address.To add a "bcc" notice recipient:
hostname (config) # email-analysis policy notice bcc <emailAddress>
where
emailAddressis the analyst's email address.Save your changes:
hostname (config) # write memory
Enable the CLI configuration mode:
hostname > enable hostname # configure terminal
To remove an "admin" recipient:
hostname (config) # no email-analysis policy notice admin <emailAddress>
To remove a "bcc" recipient:
hostname (config) # no email-analysis policy notice bcc <emailAddress>
Save your changes:
hostname (config) # write memory