mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-08-04 10:14:31 +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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue