mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-21 11:24:31 +02:00
log-forward: do not forward e-mail logs
This could cause infinite loop if the mail server does not recover...
This commit is contained in:
parent
243b23dc19
commit
24eb2c15a9
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
||||||
:global BackupUploadPass "v3ry-s3cr3t";
|
:global BackupUploadPass "v3ry-s3cr3t";
|
||||||
|
|
||||||
# This defines a filter on log topics not to be forwarded.
|
# This defines a filter on log topics not to be forwarded.
|
||||||
:global LogForwardFilter "(debug|info|script)";
|
:global LogForwardFilter "(debug|info|e-mail|script)";
|
||||||
# ... and the same for log message text.
|
# ... and the same for log message text.
|
||||||
:global LogForwardFilterMessage "^\$";
|
:global LogForwardFilterMessage "^\$";
|
||||||
#:global LogForwardFilterMessage "(^\$|message text|...)";
|
#:global LogForwardFilterMessage "(^\$|message text|...)";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue