From d00f18dc8c94bbeff2e3fd981ae4b9e29e570152 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 11 Mar 2021 21:21:40 +0100 Subject: log-forward: update filter to match mail with quoted-printable encoding --- global-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-config b/global-config index 9c8dbea..f713b5c 100644 --- a/global-config +++ b/global-config @@ -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. -- cgit v1.2.3-54-g00ecf