47
49
ValidateEmail(fqdn_listname)
48
50
listname, domain = Utils.split_listname(fqdn_listname)
49
51
if domain not in config.domains:
51
53
mlist = config.db.list_manager.create(fqdn_listname)
52
54
for style in style_manager.lookup(mlist):
53
55
# XXX FIXME. When we get rid of the wrapper object, this hack won't