Use the commands in this section to add an ignored word to an ignored word candidate list or to delete an ignored word from an ignored word candidate list. Use the show email-analysis pass-extract ignorewords command to track the highest number of matches for each defined ignored word in the "hit count" column. You can add up to 100 ignored word entries.
Go to CLI configuration mode.
hostname > enable hostname # configure terminal
Specify an email analysis ignored word to add to a candidate list.
hostname (config) # email-analysis pass-extract add ignoreword <word>
Verify the status of an ignored word configuration for password extraction.
hostname (config) # show email-analysis pass-extract ignorewords
Save your changes.
hostname (config) # write memory Saving configuration file ... Done!
Go to CLI configuration mode.
hostname > enable hostname # configure terminal
Specify an email analysis ignored word to delete from a candidate list.
hostname (config) # email-analysis pass-extract delete ignoreword <word>
Verify the status of an ignored word configuration for password extraction.
hostname (config) # show email-analysis pass-extract ignorewords
Save your changes.
hostname (config) # write memory Saving configuration file ... Done!
Examples
This example shows how to add ignored words to an ignored word candidate list:
hostname (config) # email-analysis pass-extract add ignoreword fe hostname (config) # email-analysis pass-extract add ignoreword test hostname (config) # show email-analysis pass-extract ignorewords word hit count creation time test 0 Tue May 24 00:10:27 2016 fe 0 Tue May 24 22:36:53 2016
This examples shows how to delete the "fe" ignored word from an ignored word candidate list:
hostname (config) # email-analysis pass-extract delete ignoreword fe
hostname (config) # show email-analysis pass-extract ignorewords word hit count creation time test 0 Tue May 24 00:10:27 2016