DOC: ChangeLog merge confict

pull/260/merge
Daniel Black 2013-07-09 08:41:28 +10:00
commit 1d6d5a7aae
2 changed files with 5 additions and 1 deletions

View File

@ -26,6 +26,10 @@ ver. 0.8.11 (2013/XX/XXX) - loves-unittests
accounting for detected log lines multiple times.
Daniel Black & Мернов Георгий
* filter.d/dovecot.conf -- Fix when no TLS enabled - line doesn't end in ,
Daniel Black
* action.d/hostsdeny -- NOTE: new dependancy 'ed'. Switched to use 'ed' across
all platforms to ensure permissions are the same before and after a ban -
closes gh-266
- New Features:
Daniel Black & ykimon
* filter.d/3proxy.conf -- filter added

View File

@ -39,7 +39,7 @@ actionban = IP=<ip> &&
# Tags: See jail.conf(5) man page
# Values: CMD
#
actionunban = IP=<ip> && sed /ALL:\ $IP/d <file> > <file>.new && mv <file>.new <file>
actionunban = echo "/ALL: <ip>$/<br>d<br>w<br>q" | ed <file>
[Init]