[Mailman-Users] Re: Default conceal from subscriber list
Paul H Byerly
paul at thcwd.com
Mon Oct 6 20:32:13 CEST 2003
Todd wrote:
>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
More information about the Mailman-Users
mailing list