On 06/04/2017 07:47 AM, Simon Liebold via Mailman-users wrote:
OK, no problem there:
<QuerySet [(u'simsimmer@lists.simonliebold.de', 2L)]>
It's possible that you changed the archive_policy of a list and the change wasn't reflected in Hyperkitty.
Postorius is showing the list's settings as "Private archives" (see screenshot). But apparently this setting doesn't do anything when switching it to "public" and back to "private". It always returns '2L'. Don't know if this is expected.
Just to be sure, if you are just repeating the
MailingList.objects.all().values_list('name', 'archive_policy')
command, you won't be seeing the current value. You have to do either
abort()
or
commit()
to flush the previously retrieved data.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan