Add empty Init Section to pass tests (issue #1003)

This commit is contained in:
Thomas Mayer 2015-03-27 18:36:09 +01:00
parent c0cf3daac8
commit 80f11a4d28

View file

@ -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 - ; }
# 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_convert_charset)s
[Init]