Sergey G. Brester
Sergey G. Brester
> Why do you think so? Because I know how it works :) Your ticket ID is `192.0.2.0` (what is not a subnet), but in action it is banned as...
> I'm configuring this on Fail2Ban v0.9.6 so are these "tags" you wrote above that I need to use in case of subnet available on this ancient version? Sure as...
> I was wondering if your branch with regex options got merged. Sorry, but not yet (#3007) - unfortunately I have persistently no time to fulfill that. And if it...
In the meantime GH added Sponsorships functionality to the repository, so I extended it firstly with my humble self. Although my plan was initially to add [few first contributors](https://github.com/fail2ban/fail2ban/graphs/contributors?type=a), but...
Related git-tree it is based on master (1.0), but you want to merge it to 0.11 branch (why not 0.10?)... So either it should be rebased to 0.11 (or even...
> Is there a reason why the systemd service calls directly fail2ban-server at startup ? Yes. It is pretty simply, just compare: ```diff - fail2ban-client: read configuration, merge cmd-line parameters,...
Hmm... something wrong going on here with python 2.x (both 2.7 and pypy2 hanging on some test in GHA CI).
You can do it directly from the source code root (unbuilt, uninstalled): ```bash PYTHONPATH=. python2.7 bin/fail2ban-testcases -vv -l 10 'SMTPActionTest' ``` That will run all SMTPActionTests within the test-suite started...
The error is that `self.host` cannot be supplied to `SMTP` constructor, because it can contain port... but `connect` takes place few lines below, so I guess 57fb7dec8fd772d9900557dfd1f6b1c0f55767fa would fix that....
I'd never say "no" for more code coverage... So yes, if you can.