Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
widhalmt committed Sep 25, 2024
1 parent ebab3e3 commit b573257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filter-60-detail.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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 / {
Expand Down

0 comments on commit b573257

Please sign in to comment.