PrepAway - Latest Free Exam Questions & Answers

which message filter to drop all executable attachments entering and leaving the Cisco Email Security Applianc

A Cisco Email Security Appliance uses which message filter to drop all executable attachments
entering and leaving the Cisco Email Security Appliance?

PrepAway - Latest Free Exam Questions & Answers

A.
drop-exE.if (attachment-filename == “\\.exe$”) OR (attachment-filetype == “exe”) { drop(); }

B.
drop-exE.if (recv-listener == “InboundMail” ) AND ( (attachment-filename == “\\.exe$”) OR

(attachment-filetype == “exe”)) { drop(); }

C.
drop-exe! if (attachment-filename == “\\.exe$”) OR (attachment-filetype == “exe”) { drop(); }

D.
drop-exe! if (recv-listener == “InboundMail” ) AND ( (attachment-filename == “\\.exe$”) OR
(attachment-filetype == “exe”)) { drop(); }


Leave a Reply