From 37ca4f17c2b7d34f9d99879f438eaced928c6b4e Mon Sep 17 00:00:00 2001 From: sebres Date: Mon, 26 Jun 2017 11:24:10 +0200 Subject: [PATCH] filter.d/roundcube-auth.conf: added missing entry `journalmatch` from original gh-1783. --- config/filter.d/roundcube-auth.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/filter.d/roundcube-auth.conf b/config/filter.d/roundcube-auth.conf index bab62651..1d0007da 100644 --- a/config/filter.d/roundcube-auth.conf +++ b/config/filter.d/roundcube-auth.conf @@ -19,6 +19,9 @@ failregex = ^(?:FAILED login|Login failed) for .* from (\ ^(?:<[\w]+> )?Failed login for .* from in session \w+( \(error: \d\))?$ ignoreregex = + +journalmatch = SYSLOG_IDENTIFIER=roundcube + # DEV Notes: # # Source: https://github.com/roundcube/roundcubemail/blob/master/program/lib/Roundcube/rcube_imap.php#L180