sms-forward: fix usage of function

This commit is contained in:
Christian Hesse 2020-09-28 19:57:04 +02:00
parent d53cf3e8e7
commit 42289b6239

View file

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