From b573257c694f90347e648bb395d5418ab2ed34f2 Mon Sep 17 00:00:00 2001 From: Thomas Widhalm Date: Wed, 25 Sep 2024 13:58:42 +0200 Subject: [PATCH] Typo --- filter-60-detail.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filter-60-detail.conf b/filter-60-detail.conf index 4b8e855..f081dac 100644 --- a/filter-60-detail.conf +++ b/filter-60-detail.conf @@ -3,7 +3,7 @@ filter { if [postfix][detail] =~ /^delivered to command/ { grok { - match => ["[postfix][detail]","delivered to command:%{SPACE}%{GREEDYDATA:[postfix][delivered][command]}]" + match => ["[postfix][detail]","delivered to command:%{SPACE}%{GREEDYDATA:[postfix][delivered][command]}"] } } else if [postfix][detail] =~ /^\d\d\d / {