[Mailman-Users] help on subscribing without confirm or approval

Marc MERLIN marc_news at valinux.com
Wed Sep 27 08:03:10 CEST 2000


On Tue, Sep 26, 2000 at 10:38:14PM -0700, J C Lawrence wrote:
> On Tue, 26 Sep 2000 21:33:34 -0700 (PDT) 
> Yee Siew Chin <siew_chin at yahoo.com> wrote:
> 
> > how can i configure that mailman will works on subscribing
> > without confirm or approval?
> 
> This is currently not possible without editing the Mailman source.

Not quite...

In ~mailman/Mailman/mm_cfg.py, you can set:
# SUBSCRIBE POLICY
# 0 - open list (only when ALLOW_OPEN_SUBSCRIBE is set to 1) **
# 1 - confirmation required for subscribes
# 2 - admin approval required for subscribes
# 3 - both confirmation and admin approval required
#
# ** please do not choose option 0 if you are not allowing open
# subscribes (next variable)
DEFAULT_SUBSCRIBE_POLICY = 1
# does this site allow completely unchecked subscriptions?
ALLOW_OPEN_SUBSCRIBE = 1

Marc
-- 
Microsoft is to software what McDonalds is to gourmet cooking
 
Home page: http://marc.merlins.org/ (friendly to non IE browsers)
Finger marc_f at merlins.org for PGP key and other contact information




More information about the Mailman-Users mailing list