Sergey G. Brester

Results 533 comments of Sergey G. Brester

Since 226a59445a8046b7f86c3bc072be1d78555ccdb0 (#2690) it is superfluous - master version 1.1 is 3.x based now.

I'm with @chrboesch - some option like `addr_options = flags interval\;` would be nice here: - it'd allow another parameters for the sets - it'd probably remains faster for someone...

> So what is wrong with using ignorecommand? Basically nothing... `ignorecommand` will be invoked for any ticket (with `` read from log) for any matched failure message and which is...

I made the change now in 3047572701cbba0dca4008b00440e9bf03bab24d. Now it is possible to check restored state in `ignorecommand` and consider it with `ignorecache`: ```ini # invoke command for non-restored tickets only:...

> When should we expect a release? I can see a lot of changes in master but nothing for over a year. Soon, but cannot say an exact date right...

> will this be released? Maybe... (I already provided my thoughts about it). Although nobody hinders one to use this filter/failregexe as it is.

Rebased to master (resolved conflicts in changelog) + few optimizations and code deduplication: - combine smtpd and aiosmtpd tests; - encapsulate smtp facilities to setUpClass/tearDownClass (behaves like a singleton, doesn't...

Because we get so many requests related to this issue... @fail2ban/maintainers, @sylvestre would it make sense to add: ```ini sshd_backend = systemd ``` to https://github.com/fail2ban/fail2ban/blob/master/config/paths-debian.conf (and probably few other `*_backend`...

> I managed to make fail2ban work writing `backend = systemd` in jail.conf Well, basically it must be jail.local what you should change (see [wiki :: Proper fail2ban configuration](https://github.com/fail2ban/fail2ban/wiki/Proper-fail2ban-configuration)), not...

> Especially the final "Note" needs further attention This note means that if someone overwrites `backend` in **default** section, it would obviously affect all jails for which the `backend` parameter...