diff options
author | Christian Hesse <mail@eworm.de> | 2021-03-11 21:21:40 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-03-11 21:21:40 +0100 |
commit | d00f18dc8c94bbeff2e3fd981ae4b9e29e570152 (patch) | |
tree | 62ea400b0af816f01c6b9c7becd131b495c33ef3 | |
parent | 44727842749c418165730b714ac87b2bc48265fa (diff) |
log-forward: update filter to match mail with quoted-printable encoding
-rw-r--r-- | global-config | 2 |
1 files changed, 1 insertions, 1 deletions
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. |