Which of the following rule directives will email kevin@example.com and matt@example.com when
the Mail Configuration rule is violated?
 
A.
( 
 rulename = “Mail Configuration”, 
 severity = $(SIG_HI), 
 emailto = kevin@example.com, 
 emailto = matt@example.com 
)
B.
( 
 rulename = “Mail Configuration”, 
 severity = $(SIG_HI), 
 emailto = kevin@example.com,matt@example.com 
)
C.
( 
 rulename = “Mail Configuration”, 
 severity = $(SIG_HI), 
 emailto = kevin@example.com;matt@example.com 
)
D.
( 
 rulename = “Mail Configuration”, 
 severity = $(SIG_HI), 
 emailto = kevin@example.com, 
 emailcc = matt@example.com 
)
 			
			
 
                