8 lines
116 B
Plaintext

{
our $mail = $fail2ban{'Mail'} || 'disabled';
our $maildest = $fail2ban{'MailRecipient'} || 'root';
return '';
}