12
12
>>> from Mailman.database import flush
13
13
>>> mlist = config.list_manager.create('_xtest@example.com')
14
14
>>> mlist.real_name = 'XTest'
15
16
>>> # XXX This will almost certainly change once we've worked out the web
16
17
>>> # space layout for mailing lists now.
17
18
>>> mlist._data.web_page_url = 'http://lists.example.com/'