summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSergey G. Brester <serg.brester@sebres.de>2023-04-24 22:59:00 +0200
committerGitHub <noreply@github.com>2023-04-24 22:59:00 +0200
commit871101c3c1b26967c72a5805743873965d4ab0c3 (patch)
tree06121f026dcc96059feba5a07c37046dab1eade5 /ChangeLog
parent2b98f461bb93c6a1a1cec1481fa94b7a84342977 (diff)
parent3c8d5fd4ef8886aa741873544832582392fabf20 (diff)
downloadfail2ban-871101c3c1b26967c72a5805743873965d4ab0c3.tar.gz
Merge pull request #3502 from fail2ban/gh-3497
filter.d/exim.conf: fixes "dropped: too many ..." regex (also matches unrecognized commands)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index daf185ab..9085fcae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,6 +20,7 @@ ver. 1.0.3-dev-1 (20??/??/??) - development nightly edition
if available for platform and uses DNS to find local IPv6 as a fallback only
* improve `ignoreself` by considering all local addresses from network interfaces additionally to IPs from hostnames (gh-3132)
* `action.d/mikrotik.conf` - new action for mikrotik routerOS, adds and removes entries from address lists on the router (gh-2860)
+* `filter.d/exim.conf` - fixed "dropped: too many ..." regex, also matching unrecognized commands now (gh-3502)
* `filter.d/nginx-forbidden.conf` - new filter to ban forbidden locations, e. g. using `deny` directive (gh-2226)