Don't include HTML in monitor messages
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user