Am 04.06.2017 um 15:55 schrieb Simon Hanna:
Where are you seeing this behaviour?
In my test archive: https://lists.simonliebold.de/hyperkitty/list/simsimmer@lists.simonliebold.d...
What version of Hyperkitty are you using?
Master, commit 4c5eaead.
Can you check what is stored in the database of Hyperkitty?
python manage.py shell from hyperkitty.models.mailinglist import MailingList MailingList.objects.all().values_list('name', 'archive_policy')
If the value for your list is 1 then we have a problem. 2 is for public archives and 0 should never be archived.
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.
Postorius is on 52c9c3a5.
For such a possibly sensitive issue, you should open a hidden issue in Gitlab ;-)
The issue is probably my setup.
Simon