Re: [Mailman-Users] dividing list mbox

2008-02-27 Thread Mark Sapiro
liste yoneticisi wrote: > >We configured as monthly, and using monarch. > >We are trying to use htdig in order to archive search, but for a long time >(about months) we are unable to use it, Have you seen the various patches for Mailman/htDig integration and Mailman/MHonArc integration at

Re: [Mailman-Users] dividing list mbox

2008-02-26 Thread liste yoneticisi
On Tue, 26 Feb 2008, Mark Sapiro wrote: Mark Sapiro wrote: >liste yoneticisi wrote: >> >>How can i divide the file "listname.mbox" in the directory >>"listname.mbox/" by day. > > >Set up a cron job to run at daily at 23:59 and do something like > >#!/bin/bash >suffix=`date +%Y%m%d` >sleep 60 >if

Re: [Mailman-Users] dividing list mbox

2008-02-26 Thread Jim Popovitch
On Tue, Feb 26, 2008 at 10:33 AM, liste yoneticisi <[EMAIL PROTECTED]> wrote: > Hello; > > How can i divide the file "listname.mbox" in the directory > "listname.mbox/" by day. http://www.openinfo.co.uk/mm/patches/dailymbox/index.html hth, -Jim P. --

Re: [Mailman-Users] dividing list mbox

2008-02-26 Thread Mark Sapiro
Mark Sapiro wrote: >liste yoneticisi wrote: >> >>How can i divide the file "listname.mbox" in the directory >>"listname.mbox/" by day. > > >Set up a cron job to run at daily at 23:59 and do something like > >#!/bin/bash >suffix=`date +%Y%m%d` >sleep 60 >if [[ -f /path/to/archives/private/listname.

Re: [Mailman-Users] dividing list mbox

2008-02-26 Thread Mark Sapiro
liste yoneticisi wrote: > >How can i divide the file "listname.mbox" in the directory >"listname.mbox/" by day. Set up a cron job to run at daily at 23:59 and do something like #!/bin/bash suffix=`date +%Y%m%d` sleep 60 if [[ -f /path/to/archives/private/listname.mbox/listname.mbox ]] then mv

[Mailman-Users] dividing list mbox

2008-02-26 Thread liste yoneticisi
Hello; How can i divide the file "listname.mbox" in the directory "listname.mbox/" by day. I heard that it is possible as configuring listserver. But i couldn't find it. Can you help me? Thank you. Evrim AKMAN # The archive file structure by default is: # # archives/