[Mailman-Users] Setting up MHonArc as Archiver on linux

Christopher P. Lindsey lindsey at mallorn.com
Wed Apr 5 19:54:04 CEST 2000


> PUBLIC_EXTERNAL_ARCHIVER = 'cat - > /tmp/archive.%(listname)s ; cat - >
> /home/mailman/archives/private/%(listname)s/archive.%(listname)s'
> PRIVATE_EXTERNAL_ARCHIVER = 'cat - > /tmp/archive.%(listname)s ; cat - >
> /home/mailman/archives/private/%(listname)s/archive.%(listname)s'
> 
> and NOTHING has been written, even in /tmp !!

Do you need to supply a pathname to cat?  Incidentally, the above won't
work as you expect, but using tee would fix it:

   PUBLIC_EXTERNAL_ARCHIVER = '/usr/bin/tee /tmp/archive.%(listname)s > /home/mailman/archives/private/%(listname)s/archive.%(listname)s'

I'm not sure where 'tee' resides on your system, though.  I also haven't
tried this on the 2.0 release candidates; we're using 1.2 beta1 from
the older CVS tree.

Chris




More information about the Mailman-Users mailing list