#
# Email a message to this address if a warning is found when the
# system is being checked. Multiple addresses may be specified
# simply be separating them with a space. Setting this option to
# null disables the option.
#
# NOTE: This option should be present in the configuration file.
#
#MAIL-ON-WARNING=me@mydomain   root@mydomain
{
my $mailWarn = $rkhunter{'mailWarn'} || "";
$OUT .= "MAIL-ON-WARNING=\"$mailWarn\"\n";
}
