Which of the following rule directives will email [email protected] and [email protected] when the Mail Configuration rule is violated?
A.
(
rulename = "Mail Configuration",
severity = $(SIG_HI),
emailto = [email protected],
emailto = [email protected]
)
B.
(
rulename = "Mail Configuration",
severity = $(SIG_HI),
emailto = [email protected],[email protected]
)
C.
(
rulename = "Mail Configuration",
severity = $(SIG_HI),
emailto = [email protected];[email protected]
)
D.
(
rulename = "Mail Configuration",
severity = $(SIG_HI),
emailto = [email protected],
emailcc = [email protected]
)