1
0
mirror of https://github.com/eworm-de/routeros-scripts.git synced 2024-05-11 05:55:19 +00: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:
Christian Hesse
2020-11-12 23:18:51 +01:00
parent 243b23dc19
commit 24eb2c15a9

View File

@ -51,7 +51,7 @@
:global BackupUploadPass "v3ry-s3cr3t";
# 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.
:global LogForwardFilterMessage "^\$";
#:global LogForwardFilterMessage "(^\$|message text|...)";