From d36b2def51d97d9b3bc6153908993e519cf129c5 Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Sun, 28 Dec 2008 22:18:09 +0100 Subject: [PATCH] Fix set_bogo_level and set_options. Signed-off-by: Florent Bruneau --- bin/lists.rpc.py | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/bin/lists.rpc.py b/bin/lists.rpc.py index 0becf2f..6f5f3fc 100755 --- a/bin/lists.rpc.py +++ b/bin/lists.rpc.py @@ -318,12 +318,7 @@ def get_options(userdesc, perms, mlist, opts): details = get_list_info(userdesc, perms, mlist)[0] return (details, options) -def set_options(userdesc, perms, mlist, vals): - """ Set the options of a list. - @mlist - @edit - @admin - """ +def set_options(userdesc, perms, mlist, opts, vals): for (k, v) in vals.iteritems(): if k not in opts: continue @@ -677,7 +672,7 @@ def get_bogo_level(userdesc, perms, mlist): filterlevel = 3 return (filterlevel << 1) + unsurelevel -def set_bogo_level(userdesc, perms, vhost, listname, level): +def set_bogo_level(userdesc, perms, mlist, level): """ Set filter to the specified level. @mlist @edit -- 2.1.4