Skip to content

Commit 4abc295

Browse files
Use more accurate if condition
Co-authored-by: Thomas Widhalm <thomas.widhalm@netways.de>
1 parent ae80f5f commit 4abc295

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

filter-50-qmgr.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ filter {
6666
}
6767

6868
# empty sender address indicates a bounce notification
69-
if [source][user][email] == "" {
69+
if ![source][user][email] {
7070
mutate {
7171
add_field => {
7272
"[postfix][is_bounce]" => "true"

0 commit comments

Comments
 (0)