summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-03-27 07:09:45 +0100
committerErich Eckner <git@eckner.net>2021-03-27 07:09:45 +0100
commit300c1435c9ecb996b42f65f4d77dd34d10b4289e (patch)
tree84318bd9fd57a364abbaa7f0f960b9345e2ddc10
parent81f83a441871ae1331742b1c8c04d79e5b76d58c (diff)
downloadlogwatch-overrides-300c1435c9ecb996b42f65f4d77dd34d10b4289e.tar.xz
courier: notice more zdkim renamings
-rw-r--r--courier2
1 files changed, 1 insertions, 1 deletions
diff --git a/courier b/courier
index caaeeb3..237a683 100644
--- a/courier
+++ b/courier
@@ -593,7 +593,7 @@ while (defined($ThisLine = <STDIN>)) {
$zdkimResults{$domain}{substr $result, 2}++;
} elsif ( (my $domain, my $result) = ($ThisLine =~ /^zdkimfilter\[[0-9]+\]:id=\S+: (\S+) (pass only because \S+)$/ ) ) {
$zdkimResults{$domain}{$result}++;
- } elsif ( (undef, my $zdkimError) = ($ThisLine =~ /^zdkimfilter\[[0-9]+\]:(id=\S+: )?(Cannot sign message: no authenticated sender, empty or disabled RELAYCLIENT, and no default_domain|transformation enabled for "[^"]+(" retry header and body)?|Original header without colon: (Can't use Bind DLZ through LDAPS SSL|underscore in A or PTR records|BIND DLZ - ldap_init and LDAP_PORT function argument values)|renaming unparseable Authentication-Results|temporary verification failure: '[^']+' query failed)$/ ) ) {
+ } elsif ( (undef, my $zdkimError) = ($ThisLine =~ /^zdkimfilter\[[0-9]+\]:(id=\S+: )?(Cannot sign message: no authenticated sender, empty or disabled RELAYCLIENT, and no default_domain|transformation enabled for "[^"]+(" retry (header and body|(header|body) only))?|Original header without colon: (Can't use Bind DLZ through LDAPS SSL|underscore in A or PTR records|BIND DLZ - ldap_init and LDAP_PORT function argument values)|renaming unparseable Authentication-Results|temporary verification failure: '[^']+' query failed)$/ ) ) {
$zdkimErrors{$zdkimError}++;
} elsif (
( $ThisLine =~ /^Initialized the \S+ python filter$/ ) or