From 260535b84af94c613405252546d870f63bc2b6aa Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Sat, 16 Oct 2004 10:41:32 +0000 Subject: [PATCH] backport --- scripts/mailman/mailman-rpc.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/mailman/mailman-rpc.py b/scripts/mailman/mailman-rpc.py index 4cbbce9..d06bb96 100755 --- a/scripts/mailman/mailman-rpc.py +++ b/scripts/mailman/mailman-rpc.py @@ -18,7 +18,7 @@ #* Foundation, Inc., * #* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * #*************************************************************************** -# $Id: mailman-rpc.py,v 1.61 2004-10-15 22:27:29 x2000habouzit Exp $ +# $Id: mailman-rpc.py,v 1.62 2004-10-16 10:41:32 x2000habouzit Exp $ #*************************************************************************** import base64, MySQLdb, os, getopt, sys, MySQLdb.converters, sha @@ -585,6 +585,7 @@ check_opts = { 'hold_these_nonmembers' : [], 'include_list_post_header' : False, 'include_rfc2369_headers' : False, + 'max_num_recipients' : 0, 'new_member_options' : 256, 'nondigestable' : True, 'obscure_addresses' : True, -- 2.1.4