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. --- log-forward | 5 ----- 1 file changed, 5 deletions(-) (limited to 'log-forward') diff --git a/log-forward b/log-forward index feebedd..ae9a352 100644 --- a/log-forward +++ b/log-forward @@ -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; -- cgit v1.2.3-54-g00ecf