Todd wrote:
Paul H Byerly wrote:
> I'd like to be able to set a list so the default setting for
> "Conceal yourself from subscriber list?" is "Yes" rather than no.
> Don't see an option for this in Defaults.py.

AFAIK, you need to set DEFAULT_NEW_MEMBER_OPTIONS.  To change the
default for concealing new members, you would subtract 16 from the
current setting (256 by default).  So, set

DEFAULT_NEW_MEMBER_OPTIONS = 240

Okay, I should have been able to find that.


in mm_cfg.py and then all new lists will inherit this setting.  To
apply this to an existing list, I think you need a withlist script,
but I could be wrong (I don't know mailman that well and I've had more
than a few choice beverages so far tonight).

If you do find that a withlist script is required, as I did when
testing this, you might find the quickie I whipped up to be useful
(which I ripped off completely from fix_url.py).  I'll attach it, just
in case you want it.  The path to python might need adjusted, my local
mailman install is on a Red Hat 7.3 box, where python 2 is installed
as /usr/bin/python2.

This will change the setting to DEFAULT_NEW_MEMBER_OPTIONS.  If you
want to change a list to something else, pass the --options argument
to the script.  Note that there's absolutely no checking done on the
value you pass to this argument.

HTH (and more importantly, I hope it works),

Worked great, thanks. Have a choice beverage on me. BTW, love the sig file.



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

Reply via email to