Signed-off-by: Pierre Habouzit <madcoder@debian.org>
else:
h = s
h = str('').join(re.split('[\x00-\x08\x0B-\x1f]+', h))
- return Utils.uquote(h.replace('&', '&').replace('>', '>').replace('<', '<'))
+ return Utils.uquote(h.replace('&', '&').replace('>', '>').replace('<', '<'))
def to_forlife(email):
try:
mlist.default_member_moderation = int(modlevel) is 2
mlist.generic_nonmember_action = int(modlevel) > 0
mlist.subscribe_policy = 2 * (int(inslevel) is 1)
-
+
mlist.owner = owners
-
+
mlist.subject_prefix = '['+listname+'] '
mlist.max_message_size = 0