global-functions: drop $MailServerIsUp

Now that we have an e-mail queue we do not care if the server is up or not.
This commit is contained in:
Christian Hesse 2021-02-16 16:13:41 +01:00
parent 28db473299
commit efca1ec049
3 changed files with 0 additions and 57 deletions

View file

@ -14,7 +14,6 @@
:global IfThenElse;
:global LogPrintExit;
:global MailServerIsUp;
:global ScriptLock;
:global SendNotification;
:global SymbolForNotification;
@ -33,10 +32,6 @@ $ScriptLock "log-forward";
$WaitFullyConnected;
:if ([ $MailServerIsUp ] = false) do={
$LogPrintExit warning ("Mail server is not up.") true;
}
:local Count 0;
:local Messages "";
:local MessageVal;