Well, I found one nice problem with it today, that shows how little I know about python. If you actually used the -o option to pass in the value, your list will be broken.
Had not done that, so did not notice it. In addition the value is based on a total of 511, and it will override some things set other ways, so dig up the information in Default.py before going wild with it.
I didn't set the option as an integer so it was getting written to the config.pck file as a string. Ooops, that was smart of me. Change
options = arg to
options = int(arg)
if you're keeping that script around. And be careful that there's not anything else horridly broken about it.
Done. Never throw out a good script - especially when the hard drive is only 21% full!
> BTW, love the sig file.
Thanks, it's lovingly (an unapologetically) ripped off from many good sources.
And I have taken it from you and added it to my collection
<>< Paul
------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
This message was sent to: [EMAIL PROTECTED] Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/archive%40jab.org