Skip to content

Commit

Permalink
Postfix decoder: Making ending doubled dot optional
Browse files Browse the repository at this point in the history
  • Loading branch information
iasdeoupxe committed Aug 23, 2019
1 parent d7233e5 commit fabda1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decoders/0220-postfix_decoders.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
<use_own_name>true</use_own_name>
<parent>postfix</parent>
<prematch>^warning:</prematch>
<regex>^warning: (\S+):|warning: Illegal address syntax from unknown[(\S+)]|warning: hostname \S+ does not resolve to address (\S+): </regex>
<regex>^warning: (\S+):|warning: Illegal address syntax from unknown[(\S+)]|warning: hostname \S+ does not resolve to address (\S+)</regex>
<order>srcip</order>
</decoder>

0 comments on commit fabda1b

Please sign in to comment.