diff options
author | Christian Hesse <mail@eworm.de> | 2020-11-12 23:18:51 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-11-12 23:18:51 +0100 |
commit | 24eb2c15a974a4e04f2fe8ab8aff504e1ee15019 (patch) | |
tree | 4b3d56ded4806033ce6b35ce7a73da1ba08d41e6 /global-config | |
parent | 243b23dc196fc055714639ab3b84f9ff9cf13511 (diff) |
log-forward: do not forward e-mail logs
This could cause infinite loop if the mail server does not recover...
Diffstat (limited to 'global-config')
-rw-r--r-- | global-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-config b/global-config index 01e62c1..d0a34fa 100644 --- a/global-config +++ b/global-config @@ -51,7 +51,7 @@ :global BackupUploadPass "v3ry-s3cr3t"; # This defines a filter on log topics not to be forwarded. -:global LogForwardFilter "(debug|info|script)"; +:global LogForwardFilter "(debug|info|e-mail|script)"; # ... and the same for log message text. :global LogForwardFilterMessage "^\$"; #:global LogForwardFilterMessage "(^\$|message text|...)"; |