On 11/06/2014 10:20 AM, John Young wrote: > Sorry, I should have noted that the current archives are in month batches > which is what we are after for all of our mail lists. > > - archiving > - monthly > - private (admins only)
Private archives are available to any list member who authenticates with her list password. There is no setting that makes an archive available to the list admin only. > On 7/11/2014, at 7:17 am, John Young <j...@wetafx.co.nz> wrote: > >> 1 - We want to enable private archiving on all of our mailman lists. Some >> already have archiving , most don’t. But we want this enabled on all so we >> have the ability to go through the postings. Put the following 3 lines in a file archive = 1 archive_private = 1 archive_volume_frequency = 1 Then run the following shell script #! /bin/sh for list in `/path/to/mailman/bin/list_lists --bare` ; do /path/to/mailman/bin/config_list -i /path/to/above/file $list done >> 2 - We want to purge all our existing archives older than a certain date. See the script at <http://www.msapiro.net/scripts/prune_arch> -- Mark Sapiro <m...@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org