From 80f11a4d28d3cdf91a217517f9130c3e6fb63473 Mon Sep 17 00:00:00 2001 From: Thomas Mayer Date: Fri, 27 Mar 2015 18:36:09 +0100 Subject: [PATCH] Add empty Init Section to pass tests (issue #1003) --- config/action.d/mail-whois-common.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/action.d/mail-whois-common.conf b/config/action.d/mail-whois-common.conf index 77f49099..178081e4 100644 --- a/config/action.d/mail-whois-common.conf +++ b/config/action.d/mail-whois-common.conf @@ -20,5 +20,8 @@ _whois_convert_charset = whois | { 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]