[Mailman-Users] config_list hosing config

Paul Makepeace python.org at paulm.com
Tue Feb 10 01:14:39 CET 2004


Outputting a config then slurping it back in seems to screw something
up,

# config_list -o /tmp/mmtest mmtest
# config_list -o /tmp/mmtest mmtest
# config_list -i /tmp/mmtest mmtest
# config_list -i /tmp/mmtest mmtest
Traceback (most recent call last):
  File "/usr/sbin/config_list", line 353, in ?
    main()
  File "/usr/sbin/config_list", line 348, in main
    do_input(listname, infile, checkonly, verbose)
  File "/usr/sbin/config_list", line 244, in do_input
    guibyprop = getPropertyMap(mlist)
  File "/usr/sbin/config_list", line 216, in getPropertyMap
    for element in gui.GetConfigInfo(mlist, category, subcat):
  File "/var/lib/mailman/Mailman/Gui/General.py", line 53, in
GetConfigInfo
    optvals = [mlist.new_member_options & bitfields[o] for o in OPTIONS]
TypeError: unsupported operand type(s) for &: 'list' and 'int'
# grep new_member_options /tmp/mmtest 
new_member_options = 256
#

$ dpkg -s mailman | grep -i version
Version: 2.1.4-1
$

Any idea what is going on and how I can rescue the config?!

Thanks, Paul

-- 
Paul Makepeace ................................  http://paulm.com/ecademy

"What is a pinecone to me? A way of passed a lot of time."
   -- http://paulm.com/toys/surrealism/




More information about the Mailman-Users mailing list