From ced9828d04ef5fbb4dbc76ca9ecb4e3256e413c0 Mon Sep 17 00:00:00 2001 From: sebres Date: Fri, 29 Mar 2019 14:19:27 +0100 Subject: [PATCH] filter.d/sendmail-reject.conf: fixed gh-2385 for some systems (e. g. CentOS): if only identifier set to `sm-mta` (no unit `sendmail`) for some messages. --- config/filter.d/sendmail-reject.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/filter.d/sendmail-reject.conf b/config/filter.d/sendmail-reject.conf index 985eac8b..cd552c27 100644 --- a/config/filter.d/sendmail-reject.conf +++ b/config/filter.d/sendmail-reject.conf @@ -48,7 +48,7 @@ mode = normal ignoreregex = -journalmatch = _SYSTEMD_UNIT=sendmail.service +journalmatch = SYSLOG_IDENTIFIER=sm-mta + _SYSTEMD_UNIT=sendmail.service # DEV NOTES: #