Adding or deleting an ignored word using the CLI

Prev Next

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.

To add ignored words to a candidate list:
  1. Go to CLI configuration mode.

    hostname > enable
    hostname # configure terminal
  2. Specify an email analysis ignored word to add to a candidate list.

    hostname (config) # email-analysis pass-extract add ignoreword <word>
  3. Verify the status of an ignored word configuration for password extraction.

    hostname (config) # show email-analysis pass-extract ignorewords
  4. Save your changes.

    hostname (config) # write memory
     Saving configuration file ... Done!
To delete ignored words from a candidate list:
  1. Go to CLI configuration mode.

    hostname > enable
    hostname # configure terminal
  2. Specify an email analysis ignored word to delete from a candidate list.

    hostname (config) # email-analysis pass-extract delete ignoreword <word>
  3. Verify the status of an ignored word configuration for password extraction.

    hostname (config) # show email-analysis pass-extract ignorewords
  4. 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