mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-10 18:14:27 +02:00
log-forward: do not forward own e-mail logs
Revert the last change, instead just ignore messages that were generated by log-forward, with "Log Forwarding" in subject.
This commit is contained in:
parent
24eb2c15a9
commit
d2fab050ba
1 changed files with 2 additions and 2 deletions
|
@ -51,9 +51,9 @@
|
|||
:global BackupUploadPass "v3ry-s3cr3t";
|
||||
|
||||
# This defines a filter on log topics not to be forwarded.
|
||||
:global LogForwardFilter "(debug|info|e-mail|script)";
|
||||
:global LogForwardFilter "(debug|info|script)";
|
||||
# ... and the same for log message text.
|
||||
:global LogForwardFilterMessage "^\$";
|
||||
:global LogForwardFilterMessage "^\$|^Error sending e-mail <.* Log Forwarding>:";
|
||||
#:global LogForwardFilterMessage "(^\$|message text|...)";
|
||||
|
||||
# Specify an address to enable auto update to version assumed safe.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue