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

@ -10,7 +10,6 @@
:global IfThenElse;
:global LogPrintExit;
:global MailServerIsUp;
:global ScriptLock;
:global SendNotification;
:global SymbolForNotification;
@ -24,10 +23,6 @@ $ScriptLock "sms-forward";
$WaitFullyConnected;
:if ([ $MailServerIsUp ] = false) do={
$LogPrintExit warning "Mail server is not up." true;
}
:local Settings [ / tool sms get ];
# forward SMS in a loop