diff options
author | Christian Hesse <mail@eworm.de> | 2021-02-16 16:13:41 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-02-16 16:45:13 +0100 |
commit | efca1ec049822e56a63fb6c772863694c3267756 (patch) | |
tree | 3d3763cf6424c53bcd82a566893da1cdca1259f5 /log-forward | |
parent | 28db4732998da95a33a6f7698038b20a0be13473 (diff) |
global-functions: drop $MailServerIsUp
Now that we have an e-mail queue we do not care if the server is up or not.
Diffstat (limited to 'log-forward')
-rw-r--r-- | log-forward | 5 |
1 files changed, 0 insertions, 5 deletions
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; |