Mark Sapiro <mark <at> msapiro.net> writes: > > I have added a -p/--preserve option to collect the pruned messages in > archives/private/LISTNAME.mbox/LISTNAME.mbox.pruned, appending to that > file if it exists. You could then compress that and save it anywhere > you want. If you feel it is important to provide the path rather than > using the fixed path above, I can do that, but since my script can > process multiple lists in one invocation, it is more complicated. > I.e., should all the pruned messages from multiple lists be saved in a > single file, or should the list name be inserted into the path name > somehow? >
Nope, this will more than suffice. Keeping the script's operations in the Mailman hierarchy prevents dependencies on permissions, and follows the precedent of the other scripts. There's no point in getting your python code involved in all the possible local variations, let the calling script (if there is one) handle that logic. Nice. Thanks again. My mailman-owner non-denominational holiday gift receptical runeth over. :-) Richard ------------------------------------------------------ Mailman-Users mailing list [email protected] http://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: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
