[Mailman-Developers]
[ mailman-Bugs-612174 ] subscribe_policy + ALLOW_OPEN_SUBSCRIBE
noreply@sourceforge.net
noreply@sourceforge.net
Fri, 20 Sep 2002 09:02:52 -0700
Bugs item #612174, was opened at 2002-09-20 15:42
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=612174&group_id=103
Category: command line scripts
Group: 2.1 beta
Status: Open
Resolution: None
Priority: 5
Submitted By: Jay Luker (lbjay)
Assigned to: Nobody/Anonymous (nobody)
Summary: subscribe_policy + ALLOW_OPEN_SUBSCRIBE
Initial Comment:
There is a flaw somewhere in the logic that alters the
value of subscribe_policy based on the value of
mm_cfg.ALLOW_OPEN_SUBSCRIBE.
I have ALLOW_OPEN_SUBSCRIBE = 0. When I attempt
to set subscribe_policy = 1 via the config_list script,
subscribe_policy is always set to 2.
----------------------------------------------------------------------
>Comment By: Jay Luker (lbjay)
Date: 2002-09-20 16:02
Message:
Logged In: YES
user_id=51347
OK, I was just able to track this down further. The problem (I
think) lies in Gui/Privacy.py. _setValue states:
"For subscribe_policy when ALLOW_OPEN_SUBSCRIBE is
true, we need to add one to the value because the page didn't
present an open list as an option."
... but then the subsequent code actually adds one to the
value if ALLOW_OPEN_SUBSCRIBE is untrue.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=612174&group_id=103