mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-09-21 15:46:28 +00:00
ENH: adding custom date format for proftpd when logging in its own log file (default on Debian) -- includes milliseconds
Should resolve Debian #648276
This commit is contained in:
parent
ed212fcdcc
commit
d4f6ca4f85
3 changed files with 10 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ class DateDetectorTest(unittest.TestCase):
|
|||
(False, "23/Jan/2005:21:59:59"),
|
||||
(False, "01/23/2005:21:59:59"),
|
||||
(False, "2005-01-23 21:59:59"),
|
||||
(False, "2005-01-23 21:59:59,099"), # proftpd
|
||||
(False, "23-Jan-2005 21:59:59"),
|
||||
(False, "23-01-2005 21:59:59"),
|
||||
(False, "01-23-2005 21:59:59.252"), # reported on f2b, causes Feb29 fix to break
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue