mirror of https://github.com/fail2ban/fail2ban
Add empty Init Section to pass tests (issue #1003)
parent
c0cf3daac8
commit
80f11a4d28
|
@ -20,5 +20,8 @@ _whois_convert_charset = whois <ip> |
|
||||||
{ c=$(cat) ; cs=$(echo -ne "$c" | file -b --mime-encoding -) ; echo -ne "$c" | iconv -f $cs -t %(_whois_target_charset)s//TRANSLIT - ; }
|
{ c=$(cat) ; cs=$(echo -ne "$c" | file -b --mime-encoding -) ; echo -ne "$c" | iconv -f $cs -t %(_whois_target_charset)s//TRANSLIT - ; }
|
||||||
|
|
||||||
# choose between _whois and _whois_convert_charset in mail-whois-common.local
|
# choose between _whois and _whois_convert_charset in mail-whois-common.local
|
||||||
|
# or other *.local which include mail-whois-common.conf.
|
||||||
_whois_command = %(_whois)s
|
_whois_command = %(_whois)s
|
||||||
#_whois_command = %(_whois_convert_charset)s
|
#_whois_command = %(_whois_convert_charset)s
|
||||||
|
|
||||||
|
[Init]
|
||||||
|
|
Loading…
Reference in New Issue