[Mailman-Users] Default conceal from subscriber list setting

Todd Freedom_Lover at pobox.com
Mon Oct 6 07:53:36 CEST 2003


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Paul H Byerly wrote:
> Todd wrote:
[...]
>>    DEFAULT_NEW_MEMBER_OPTIONS = 240
>
>      Okay, I should have been able to find that.

Things always stick out more *after* you ask, huh?  ;-)

> Worked great, thanks.  Have a choice beverage on me.

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.  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.

> BTW, love the sig file.

Thanks, it's lovingly (an unapologetically) ripped off from many good
sources.

- -- 
Todd        OpenPGP -> KeyID: 0xD654075A | URL: www.pobox.com/~tmz/pgp
======================================================================
Many people lose their tempers merely by seeing you keep yours.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: When crypto is outlawed bayl bhgynjf jvyy unir cevinpl.

iD8DBQE/gQNguv+09NZUB1oRAp3DAJ0RmKuEdCtWZdFFZ59VTes9g+GOGQCgj2Pb
ncc+A4eBUvVm2I+v+eDa1Os=
=0y3s
-----END PGP SIGNATURE-----




More information about the Mailman-Users mailing list