List of questions
Related questions
Question 116 - 300-720 discussion
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()}
B.
if (mail-from-group != 'Employees') and (body-size > 100M) {drop();}
C.
if (mail-from-group == 'Employees') and (body-size > 100M) {bounce();}
D.
if ('mail-from-group != Employees') and (body-size > 100M) {drop();}
Your answer:
0 comments
Sorted by
Leave a comment first