Which of the following rule directives will email kevin@example.com and matt@example.com when the Mail Configuration rule is violated?

Which of the following rule directives will email kevin@example.com and matt@example.com when
the Mail Configuration rule is violated?

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
)



Leave a Reply 0

Your email address will not be published. Required fields are marked *

four × 1 =