aboutsummaryrefslogtreecommitdiffstats
path: root/log-forward
diff options
context:
space:
mode:
Diffstat (limited to 'log-forward')
-rw-r--r--log-forward5
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;