mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-23 20:34:27 +02:00
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:
parent
28db473299
commit
efca1ec049
3 changed files with 0 additions and 57 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue