From 861992fce39b7a9f16864228ca7d6fae0ce850a0 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 29 Mar 2021 06:10:42 +0200 Subject: courier: ignore line about no UUCP user --- courier | 1 + 1 file changed, 1 insertion(+) diff --git a/courier b/courier index 993fd5c..17f36de 100644 --- a/courier +++ b/courier @@ -407,6 +407,7 @@ while (defined($ThisLine = )) { # 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 -- cgit v1.2.3-54-g00ecf