1
0
mirror of https://github.com/eworm-de/routeros-scripts.git synced 2024-05-11 05:55:19 +00:00

log-forward: update filter to match mail with quoted-printable encoding

This commit is contained in:
Christian Hesse
2021-03-11 21:21:40 +01:00
parent 4472784274
commit d00f18dc8c

View File

@@ -56,7 +56,7 @@
# This defines a filter on log topics not to be forwarded.
:global LogForwardFilter "(debug|info)";
# ... and the same for log message text.
:global LogForwardFilterMessage "(^\$|^Error sending e-mail <.* Log Forwarding>:)";
:global LogForwardFilterMessage "(^\$|^Error sending e-mail .* Log Forwarding)";
#:global LogForwardFilterMessage "(^\$|message text|...)";
# Specify an address to enable auto update to version assumed safe.