From d13b8618110e372e4ed4f3e7ba58f31eea470d3d Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Mon, 24 Jul 2000 21:44:56 +0000 Subject: do_output(): Needed to add `autoreply' category to get the Autoresponse config variables to dump. Also, massage FileUpload type vars the same way that Text vars are processed. --- bin/config_list | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/config_list b/bin/config_list index b5b255709..ca7946ad1 100644 --- a/bin/config_list +++ b/bin/config_list @@ -126,7 +126,7 @@ def do_output(listname, outfile): print '#', line # munge the value based on its type value = getattr(mlist, varname) - if vtype == mm_cfg.Text: + if vtype in (mm_cfg.Text, mm_cfg.FileUpload): print varname, '=', lines = string.split(string.replace(value, '\r', ''), '\n') if len(lines) == 1: -- cgit v1.2.3-70-g09d2