diff options
author | Erich Eckner <git@eckner.net> | 2021-03-29 06:10:42 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-03-29 06:10:42 +0200 |
commit | 861992fce39b7a9f16864228ca7d6fae0ce850a0 (patch) | |
tree | f151ed12a980f1ed6e50b4b88ab499c7efcb5615 | |
parent | f38115ee67fc01e3fdef105bc02b582880c87a70 (diff) | |
download | logwatch-overrides-861992fce39b7a9f16864228ca7d6fae0ce850a0.tar.xz |
courier: ignore line about no UUCP user
-rw-r--r-- | courier | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -407,6 +407,7 @@ while (defined($ThisLine = <STDIN>)) { # These emit a second line which gets mangled below ($ThisLine =~ /^CPU TIME ACCOUNTING: \S+ processed with \S+ seconds: /) or ($ThisLine =~ /^pythonfilter spamassassin reject\S+: 554 Mail rejected - spam detected: Yes,/) or + ($ThisLine =~ /No uucp user found, outbound UUCP is disabled./) or # Do we really want to ignore these? # currently i'm too lazy to include this ($ThisLine =~ /^started,ip=.*/) or ##courieresmtpd |