Enabling or disabling pre-filter analysis using the CLI

Prev Next

Follow these steps to enable or disable pre-filter analysis on the Email Security - Server appliance.

To enable pre-filter analysis:
  1. Enter the CLI configuration mode:

    hostname > enable
    hostname # configure terminal
  2. Enable pre-filter analysis for PDF files on the appliance.

    filter-analysis filetype pdf enable
  3. Enable pre-filter analysis for XLS files on the appliance.

    filter-analysis filetype xls enable
  4. Verify that pre-filter analysis is enabled on the appliance.

    hostname (config) # show filter-analysis config
    Filter Analysis enabled              : yes
    Create job enabled                   : yes
    JABE enabled                         : yes
    SA-Python enabled                    : yes
    Pre-filter Analysis enabled         : pdf,xls
To disable pre-filter analysis:
  1. Enter the CLI configuration mode:

    hostname > enable
    hostname # configure terminal
  2. Disable pre-filter analysis for PDF files on the appliance.

    no filter-analysis filetype pdf enable
    Filetype pdf Prefilter disabled successfully
  3. Disable pre-filter analysis for XLS files on the appliance.

    no filter-analysis filetype xls enable
    Filetype xls Prefilter disabled successfully
  4. Verify that pre-filter analysis is disabled on the appliance.

    hostname (config) # show filter-analysis config
    Filter Analysis enabled              : yes
    Create job enabled                   : yes
    JABE enabled                         : yes
    SA-Python enabled                    : yes
    Pre-filter Analysis enabled         :