diff options
author | Erich Eckner <git@eckner.net> | 2021-03-27 07:09:45 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-03-27 07:09:45 +0100 |
commit | 300c1435c9ecb996b42f65f4d77dd34d10b4289e (patch) | |
tree | 84318bd9fd57a364abbaa7f0f960b9345e2ddc10 | |
parent | 81f83a441871ae1331742b1c8c04d79e5b76d58c (diff) | |
download | logwatch-overrides-300c1435c9ecb996b42f65f4d77dd34d10b4289e.tar.xz |
courier: notice more zdkim renamings
-rw-r--r-- | courier | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |