Don't include HTML in monitor messages

This commit is contained in:
Jamie Cameron
2019-02-07 19:41:09 -08:00
parent 85c9233298
commit 7a35a59792
+1 -1
View File
@@ -27,7 +27,7 @@ elsif ($m eq "postfix") {
if (@qfiles > $_[0]->{'size'}) {
return { 'up' => 0,
'value' => scalar(@qfiles),
'desc' => "<font color=#ff0000>".&text('mailq_toomany', scalar(@qfiles))."</font>" };
'desc' => &text('mailq_toomany', scalar(@qfiles)) };
}
else {
return { 'up' => 1,