From efca1ec049822e56a63fb6c772863694c3267756 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 16 Feb 2021 16:13:41 +0100 Subject: global-functions: drop $MailServerIsUp Now that we have an e-mail queue we do not care if the server is up or not. --- sms-forward | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sms-forward') diff --git a/sms-forward b/sms-forward index 96a001d..3cfb3f0 100644 --- a/sms-forward +++ b/sms-forward @@ -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 -- cgit v1.2.3-54-g00ecf