ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 116 - 300-720 discussion

Report
Export

A company has recently updated their security policy and now wants to drop all email messages larger than 100 MB coming from external sources. The Cisco Secure Email Gateway is LDAP integrated and all employee accounts are in the group "Employees". Which filter rule configuration provides the desired outcome?

A.

if (mail-from-group == 'Employees') and (body-size > "100M") {drop()}

Answers
A.

if (mail-from-group == 'Employees') and (body-size > "100M") {drop()}

B.

if (mail-from-group != 'Employees') and (body-size > 100M) {drop();}

Answers
B.

if (mail-from-group != 'Employees') and (body-size > 100M) {drop();}

C.

if (mail-from-group == 'Employees') and (body-size > 100M) {bounce();}

Answers
C.

if (mail-from-group == 'Employees') and (body-size > 100M) {bounce();}

D.

if ('mail-from-group != Employees') and (body-size > 100M) {drop();}

Answers
D.

if ('mail-from-group != Employees') and (body-size > 100M) {drop();}

Suggested answer: A
asked 10/10/2024
jose fajardo
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first