diff options
author | Christian Hesse <mail@eworm.de> | 2020-11-13 20:56:48 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-11-13 20:56:48 +0100 |
commit | d2fab050ba02a0d9234663fa6434c364e6049f4c (patch) | |
tree | bcae129c1d77d40d9b2fb8c2a089c124693cdc70 | |
parent | 24eb2c15a974a4e04f2fe8ab8aff504e1ee15019 (diff) |
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.
-rw-r--r-- | global-config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/global-config b/global-config index d0a34fa..09eda44 100644 --- a/global-config +++ b/global-config @@ -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. |