Use the CLI commands in this procedure to enable or disable URL scanning.
To enable URL scanning:
Go to CLI configuration mode.
hostname > enable hostname # configure terminal
Enable the settings for URL scanning.
hostname (config) # email-analysis policy url-scan enable
Save your changes.
hostname (config) # write memory
Verify the status of URL scanning.
hostname (config) # show email-analysis policy Email-Analysis Policy: Analyze URLs in body: yes Analyze attachments: yes Analyze email using YARA: yes Email YARA Weight Cap: 30 .....
The
Analyze URLs in body:line displaysyeswhen URL scanning is enabled.
To disable URL scanning:
Go to CLI configuration mode.
hostname > enable hostname # configure terminal
Disable URL scanning.
hostname (config) # no email-analysis policy url-scan enable
Save your changes.
hostname (config) # write memory
Verify the status of URL scanning.
hostname (config) # show email-analysis policy Email-Analysis Policy: Analyze URLs in body: no Analyze attachments: yes Analyze email using YARA: yes Email YARA Weight Cap: 30 .....
The
Analyze URLS in body:line displaysnowhen URL scanning is disabled.