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

pull/1006/head
Thomas Mayer 2015-03-27 18:36:09 +01:00
parent c0cf3daac8
commit 80f11a4d28
1 changed files with 3 additions and 0 deletions

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]