[Mailman-Developers] bin/config_list not working as expected (in current CVS)

Fil fil@rezo.net
Mon, 7 Jan 2002 22:06:08 +0100


Hi,

I tried to 
# cat > toto
bounce_score_threshold = 4.0
bounce_info_stale_after = 15
bounce_you_are_disabled_warnings = 3
bounce_you_are_disabled_warnings_interval = 15

# bin/config_list -i toto listname
(no error)

then go to http://SERVER/mailman/admin/listname/bounce

just to find that 
bounce_score_threshold = 4.0
bounce_info_stale_after = 0
bounce_you_are_disabled_warnings = 3
bounce_you_are_disabled_warnings_interval = 0

Only one in two has been taken into account !?

bin/config_list -o - listname gives:

bounce_info_stale_after = 1296000
bounce_you_are_disabled_warnings_interval = 1296000



-- Fil