Skip to content

Commit

Permalink
Update decoder for new syntax of the 1.4 log of Roundcube.
Browse files Browse the repository at this point in the history
  • Loading branch information
iasdeoupxe authored and chemamartinez committed Dec 18, 2019
1 parent 62d04aa commit 66eb355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decoders/0255-roundcube_decoders.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
<decoder name="roundcube-denied-new">
<parent>roundcube</parent>
<prematch>> \w+ Error: Login failed |> Failed login </prematch>
<regex offset="after_prematch">^for (\S+) from (\S+)\. |^for (\S+) from (\S+) in session </regex>
<regex offset="after_prematch">^for (\S+) from (\S+)\. |^for (\S+) from (\S+) in session |^for (\S+) against \S+ from (\S+)\. |^for (\S+) against \S+ from (\S+) in session </regex>
<order>user, srcip</order>
</decoder>

0 comments on commit 66eb355

Please sign in to comment.