log-forward: fix usage of function

This commit is contained in:
Christian Hesse 2020-09-28 19:56:45 +02:00
parent b0db9c7d52
commit d53cf3e8e7

View file

@ -22,7 +22,7 @@ $ScriptLock "log-forward";
$WaitFullyConnected; $WaitFullyConnected;
:if ($MailServerIsUp = false) do={ :if ([ $MailServerIsUp ] = false) do={
$LogPrintExit warning ("Mail server is not up.") true; $LogPrintExit warning ("Mail server is not up.") true;
} }